HomeSort by relevance Sort by last modified time
    Searched defs:RTC_SECONDS_ALARM (Results 26 - 27 of 27) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
mc146818rtc.h 20 #define RTC_SECONDS_ALARM 1
  /external/qemu/hw/
mc146818rtc.c 34 #define RTC_SECONDS_ALARM 1
217 case RTC_SECONDS_ALARM:
417 if (((s->cmos_data[RTC_SECONDS_ALARM] & 0xc0) == 0xc0 ||
418 s->cmos_data[RTC_SECONDS_ALARM] == s->current_tm.tm_sec) &&

Completed in 218 milliseconds

12