Searched refs:RTC_HRS_24_BIN_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | rtc-ds1685.c | 280 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_time() 311 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time() 423 RTC_HRS_24_BIN_MASK); in ds1685_rtc_read_alarm() 459 RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_alarm() 1563 { "hours", RTC_HRS, RTC_HRS_24_BIN_MASK, 0x00, 0x17 }, 1571 { "alarm_hours", RTC_HRS_ALARM, RTC_HRS_24_BIN_MASK, 0x00, 0x17 }, 1984 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe() 1997 RTC_HRS_24_BIN_MASK, in ds1685_rtc_probe()
|
/linux-4.1.27/include/linux/rtc/ |
D | ds1685.h | 125 #define RTC_HRS_24_BIN_MASK 0x1f /* - - - x x x x x */ macro
|