Home
last modified time | relevance | path

Searched refs:day_ones (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()
166 val.day_ones = 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.h785 u_char day_ones; member