Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1302.c65 unsigned char month10:1; member
277 tmp->tm_mon=10*bbclk.month10+bbclk.month; in rtc_get()
319 bbclk.month10=tmp->tm_mon/10; in rtc_set()