Searched refs:RTC_HRS_ALARM (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-ds1685.c387 hours = rtc->read(rtc, RTC_HRS_ALARM); ds1685_rtc_read_alarm()
512 rtc->write(rtc, RTC_HRS_ALARM, hours); ds1685_rtc_set_alarm()
1554 { "alarm_hours", RTC_HRS_ALARM, RTC_HRS_24_BCD_MASK, 0, 23 },
1571 { "alarm_hours", RTC_HRS_ALARM, RTC_HRS_24_BIN_MASK, 0x00, 0x17 },
1988 hours = rtc->read(rtc, RTC_HRS_ALARM); ds1685_rtc_probe()
1995 rtc->write(rtc, RTC_HRS_ALARM, ds1685_rtc_probe()
/linux-4.1.27/include/linux/rtc/
H A Dds1685.h99 #define RTC_HRS_ALARM 0x05 /* Alarm Hours 01-12 AM/PM || 00-23 */ macro

Completed in 55 milliseconds