hr12 93 drivers/rtc/rtc-ds1305.c bool hr12; hr12 121 drivers/rtc/rtc-ds1305.c static u8 hour2bcd(bool hr12, int hour) hr12 123 drivers/rtc/rtc-ds1305.c if (hr12) { hr12 222 drivers/rtc/rtc-ds1305.c *bp++ = hour2bcd(ds1305->hr12, time->tm_hour); hr12 361 drivers/rtc/rtc-ds1305.c buf[1 + DS1305_HOUR] = hour2bcd(ds1305->hr12, alm->time.tm_hour); hr12 687 drivers/rtc/rtc-ds1305.c ds1305->hr12 = (DS1305_HR_12 & value) != 0; hr12 688 drivers/rtc/rtc-ds1305.c if (ds1305->hr12)