Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dm41t11.c41 #define RTC_DAY_ADDR 0x3 macro
108 tmp->tm_wday = bcd2bin (data[RTC_DAY_ADDR] & 0x07); in rtc_get()
132 data[RTC_DAY_ADDR] = bin2bcd(tmp->tm_wday) & 0x07; in rtc_set()