Home
last modified time | relevance | path

Searched refs:mon_ones (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/m68k/atari/
Dtime.c71 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_read()
85 COPY(mon_ones) ; COPY(mon_tens) ; COPY(year_ones) ; in mste_write()
136 val.mon_ones = (t->tm_mon+1) % 10; in atari_mste_hwclk()
160 t->tm_mon = val.mon_ones + val.mon_tens * 10 - 1; in atari_mste_hwclk()
/linux-3.4.99/arch/m68k/include/asm/
Datarihw.h791 u_char mon_ones; member