Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dds1302.c63 unsigned char month10:1; member
275 tmp->tm_mon=10*bbclk.month10+bbclk.month; in rtc_get()
317 bbclk.month10=tmp->tm_mon/10; in rtc_set()