Home
last modified time | relevance | path

Searched refs:RS5C348_REG_WDAY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-rs5c348.c28 #define RS5C348_REG_WDAY 3 macro
94 txp[RS5C348_REG_WDAY] = bin2bcd(tm->tm_wday); in rs5c348_rtc_set_time()
148 tm->tm_wday = bcd2bin(rxbuf[RS5C348_REG_WDAY] & RS5C348_WDAY_MASK); in rs5c348_rtc_read_time()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-rs5c348.c28 #define RS5C348_REG_WDAY 3 macro
94 txp[RS5C348_REG_WDAY] = bin2bcd(tm->tm_wday); in rs5c348_rtc_set_time()
148 tm->tm_wday = bcd2bin(rxbuf[RS5C348_REG_WDAY] & RS5C348_WDAY_MASK); in rs5c348_rtc_read_time()

Completed in 2 milliseconds