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

12

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mc146818rtc.h 34 #define RTC_REG_B 11
52 #define RTC_CONTROL RTC_REG_B
  /external/qemu/hw/
mc146818rtc.c 47 #define RTC_REG_B 11
155 && (((s->cmos_data[RTC_REG_B] & REG_B_PIE) && enable_pie)
156 || ((s->cmos_data[RTC_REG_B] & REG_B_SQWE) && s->sqw_irq))) {
184 if (s->cmos_data[RTC_REG_B] & REG_B_PIE) {
198 if (s->cmos_data[RTC_REG_B] & REG_B_SQWE) {
232 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) {
242 case RTC_REG_B:
249 if (s->cmos_data[RTC_REG_B] & REG_B_SET) {
253 s->cmos_data[RTC_REG_B] = data;
269 if (s->cmos_data[RTC_REG_B] & REG_B_DM)
    [all...]

Completed in 1464 milliseconds

12