Searched refs:mon_tens (Results 1 - 2 of 2) sorted by relevance

/arch/m68k/atari/
H A Dtime.c71 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ;
85 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ;
115 hr24=mste_rtc.mon_tens & 1;
137 val.mon_tens = (t->tm_mon+1) / 10;
160 t->tm_mon = val.mon_ones + val.mon_tens * 10 - 1;
/arch/m68k/include/asm/
H A Datarihw.h793 u_char mon_tens; member in struct:MSTE_RTC

Completed in 86 milliseconds