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

/linux-4.1.27/drivers/rtc/
H A Drtc-isl12057.c41 #define ISL12057_REG_RTC_DW 0x03 /* Day of the Week */ macro
102 tm->tm_wday = bcd2bin(regs[ISL12057_REG_RTC_DW]) - 1; /* starts at 1 */ isl12057_rtc_regs_to_tm()
134 regs[ISL12057_REG_RTC_DW] = bin2bcd(tm->tm_wday + 1); isl12057_rtc_tm_to_regs()

Completed in 33 milliseconds