Searched refs:RTC_DAY_ALARM (Results 1 – 5 of 5) sorted by relevance
28 #define RTC_DAY_ALARM 7 macro
52 # define RTC_DAY_ALARM 0x0b macro
356 ((CMOS_READ(RTC_DAY_ALARM) & 0x80) >> 7); in get_ds1286_status()523 alm_tm->tm_wday = CMOS_READ(RTC_DAY_ALARM) & 0x07; in ds1286_get_alm_time()
170 if (rtc_write(RTC_DAY_ALARM, 0x80) < 0) in pcf8563_init()