Searched refs:RTC_MINS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/rtc/ |
D | ds1685.h | 96 #define RTC_MINS 0x02 /* Minutes 00-59 */ macro
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1685.c | 260 minutes = rtc->read(rtc, RTC_MINS); in ds1685_rtc_read_time() 352 rtc->write(rtc, RTC_MINS, minutes); in ds1685_rtc_set_time() 1545 { "minutes", RTC_MINS, RTC_MINS_BCD_MASK, 0, 59 }, 1562 { "minutes", RTC_MINS, RTC_MINS_BIN_MASK, 0x00, 0x3b },
|