Searched refs:RTC_HRS_24_BIN_MASK (Results 1 – 2 of 2) sorted by relevance
258 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_time()288 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time()395 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_alarm()426 RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_alarm()1202 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()1215 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()
120 #define RTC_HRS_24_BIN_MASK 0x1f /* - - - x x x x x */ macro