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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
mc146818rtc.h 33 #define RTC_REG_A 10
38 #define RTC_FREQ_SELECT RTC_REG_A
  /external/qemu/hw/
mc146818rtc.c 46 #define RTC_REG_A 10
141 period_code = s->cmos_data[RTC_REG_A] & 0x0f;
236 case RTC_REG_A:
238 s->cmos_data[RTC_REG_A] = (data & ~REG_A_UIP) |
239 (s->cmos_data[RTC_REG_A] & REG_A_UIP);
245 s->cmos_data[RTC_REG_A] &= ~REG_A_UIP;
387 if ((s->cmos_data[RTC_REG_A] & 0x70) != 0x20) {
395 s->cmos_data[RTC_REG_A] |= REG_A_UIP;
436 s->cmos_data[RTC_REG_A] &= ~REG_A_UIP;
459 case RTC_REG_A
    [all...]

Completed in 53 milliseconds

12