HomeSort by relevance Sort by last modified time
    Searched refs:RTC_PORT (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /development/ndk/platforms/android-3/arch-arm/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /external/kernel-headers/original/asm-arm/
mc146818rtc.h 10 #ifndef RTC_PORT
11 #define RTC_PORT(x) (0x70 + (x))
20 outb_p((addr),RTC_PORT(0)); \
21 inb_p(RTC_PORT(1)); \
24 outb_p((addr),RTC_PORT(0)); \
25 outb_p((val),RTC_PORT(1)); \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
mc146818rtc.h 18 #ifndef RTC_PORT
19 #define RTC_PORT(x) (0x70 + (x))
23 #define CMOS_READ(addr) ({ outb_p((addr),RTC_PORT(0)); inb_p(RTC_PORT(1)); })
24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); })
  /bionic/libc/kernel/arch-x86/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
mc146818rtc_32.h 20 #ifndef RTC_PORT
21 #define RTC_PORT(x) (0x70 + (x))
  /external/kernel-headers/original/asm-x86/
mc146818rtc_32.h 12 #ifndef RTC_PORT
13 #define RTC_PORT(x) (0x70 + (x))
  /external/oprofile/module/x86/
op_rtc.c 151 if (!request_region_check(RTC_PORT(0), RTC_IO_PORTS, "oprofile")) {
160 release_region(RTC_PORT(0), RTC_IO_PORTS);
169 release_region(RTC_PORT(0), RTC_IO_PORTS);

Completed in 3691 milliseconds