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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c37 #define PCF8563_REG_DW 0x06 macro
222 tm->tm_wday = buf[PCF8563_REG_DW] & 0x07; pcf8563_get_datetime()
272 buf[PCF8563_REG_DW] = tm->tm_wday & 0x07; pcf8563_set_datetime()

Completed in 79 milliseconds