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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-max8925.c20 RTC_SEC = 0, enumerator in enum:__anon14001
108 tm->tm_sec = ((buf[RTC_SEC] >> 4) & 0x7) * 10
109 + (buf[RTC_SEC] & 0x0f);
149 buf[RTC_SEC] = (high << 4) + low;
H A Drtc-ds1511.c76 #define RTC_SEC DS1511_SEC macro
240 rtc_write(sec, RTC_SEC);
256 rtc_tm->tm_sec = rtc_read(RTC_SEC) & 0x7f;

Completed in 106 milliseconds