Home
last modified time | relevance | path

Searched refs:RTC_HRS_24_BIN_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rtc/
H A Drtc-ds1685.c289 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()
/linux/include/linux/rtc/
H A Dds1685.h117 #define RTC_HRS_24_BIN_MASK 0x1f /* - - - x x x x x */ macro