Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/atari/
Dtime.c101 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
115 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
166 val.day_tens = t->tm_mday / 10; in atari_mste_hwclk()
190 t->tm_mday = val.day_ones + val.day_tens * 10; in atari_mste_hwclk()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Datarihw.h787 u_char day_tens; member