Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/rtc/
Dds1685.h98 #define RTC_HRS 0x04 /* Hours 01-12 AM/PM || 00-23 */ macro
/linux-4.4.14/drivers/rtc/
Drtc-ds1685.c261 hours = rtc->read(rtc, RTC_HRS); in ds1685_rtc_read_time()
353 rtc->write(rtc, RTC_HRS, hours); in 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); in ds1685_rtc_probe()
1982 rtc->write(rtc, RTC_HRS, in ds1685_rtc_probe()