FM3130_RTC_DAY 121 drivers/rtc/rtc-fm3130.c t->tm_wday = bcd2bin(fm3130->regs[FM3130_RTC_DAY] & 0x07) - 1; FM3130_RTC_DAY 155 drivers/rtc/rtc-fm3130.c buf[FM3130_RTC_DAY] = bin2bcd(t->tm_wday + 1); FM3130_RTC_DAY 482 drivers/rtc/rtc-fm3130.c tmp = bcd2bin(fm3130->regs[FM3130_RTC_DAY] & 0x7);