Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/atari/
H A Dtime.c102 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
116 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
167 val.day_tens = t->tm_mday / 10; in atari_mste_hwclk()
191 t->tm_mday = val.day_ones + val.day_tens * 10; in atari_mste_hwclk()
/openbmc/linux/arch/m68k/include/asm/
H A Datarihw.h787 u_char day_tens; member