Searched refs:ISL12057_REG_RTC_DW (Results 1 – 1 of 1) sorted by relevance
41 #define ISL12057_REG_RTC_DW 0x03 /* Day of the Week */ macro102 tm->tm_wday = bcd2bin(regs[ISL12057_REG_RTC_DW]) - 1; /* starts at 1 */ in isl12057_rtc_regs_to_tm()134 regs[ISL12057_REG_RTC_DW] = bin2bcd(tm->tm_wday + 1); in isl12057_rtc_tm_to_regs()