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

  /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)); })
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mc146818rtc_32.h 26 #ifndef RTC_PORT
27 #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 678 milliseconds