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

/linux-4.1.27/drivers/rtc/
H A Drtc-ds1685.c261 hours = rtc->read(rtc, RTC_HRS); ds1685_rtc_read_time()
353 rtc->write(rtc, RTC_HRS, hours); ds1685_rtc_set_time()
1546 { "hours", RTC_HRS, RTC_HRS_24_BCD_MASK, 0, 23 },
1563 { "hours", RTC_HRS, RTC_HRS_24_BIN_MASK, 0x00, 0x17 },
1969 hours = rtc->read(rtc, RTC_HRS); ds1685_rtc_probe()
1982 rtc->write(rtc, RTC_HRS, ds1685_rtc_probe()
/linux-4.1.27/include/linux/rtc/
H A Dds1685.h98 #define RTC_HRS 0x04 /* Hours 01-12 AM/PM || 00-23 */ macro

Completed in 65 milliseconds