Searched refs:RTC_HRS_24_BIN_MASK (Results 1 – 2 of 2) sorted by relevance
289 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_time()319 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time()426 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_alarm()457 RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_alarm()1205 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()1218 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()
117 #define RTC_HRS_24_BIN_MASK 0x1f /* - - - x x x x x */ macro