Searched refs:RTC_SECS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/rtc/ |
D | ds1685.h | 94 #define RTC_SECS 0x00 /* Seconds 00-59 */ macro
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1685.c | 259 seconds = rtc->read(rtc, RTC_SECS); in ds1685_rtc_read_time() 351 rtc->write(rtc, RTC_SECS, seconds); in ds1685_rtc_set_time() 1544 { "seconds", RTC_SECS, RTC_SECS_BCD_MASK, 0, 59 }, 1561 { "seconds", RTC_SECS, RTC_SECS_BIN_MASK, 0x00, 0x3b },
|