Searched refs:RTC_HRS_24_BIN_MASK (Results 1 – 2 of 2) sorted by relevance
297 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_time()327 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time()434 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_alarm()465 RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_alarm()1394 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()1407 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()
125 #define RTC_HRS_24_BIN_MASK 0x1f /* - - - x x x x x */ macro