Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/atari/
Dtime.c70 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
84 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
135 val.day_tens = t->tm_mday / 10; in atari_mste_hwclk()
159 t->tm_mday = val.day_ones + val.day_tens * 10; in atari_mste_hwclk()
/linux-3.4.99/arch/m68k/include/asm/
Datarihw.h789 u_char day_tens; member