Home
last modified time | relevance | path

Searched defs:RTC_PORT (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/arch/arm/mach-footbridge/
Disa-rtc.c17 #define RTC_PORT(x) (0x70+(x)) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dmc146818rtc.h18 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/sparc/include/asm/
Dmc146818rtc_64.h11 #define RTC_PORT(x) (cmos_regs + (x)) macro
Dmc146818rtc_32.h10 #define RTC_PORT(x) (0x70 + (x)) macro
Dio_32.h334 #define RTC_PORT(x) (rtc_port + (x)) macro
/linux-3.4.99/arch/m68k/include/asm/
Dmc146818rtc.h13 #define RTC_PORT(x) (TT_RTC_BAS + 2*(x)) macro
/linux-3.4.99/arch/alpha/include/asm/
Dmc146818rtc.h10 #define RTC_PORT(x) (0x70 + (x)) macro
Dio.h542 # define RTC_PORT(x) ((x) + alpha_mv.rtc_port) macro
545 # define RTC_PORT(x) (0x170+(x)) macro
547 # define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/m32r/include/asm/
Dmc146818rtc.h10 #define RTC_PORT(x) ((x)) macro
/linux-3.4.99/arch/arm/include/asm/
Dmc146818rtc.h13 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-ip32/
Dmc146818rtc.h16 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-generic/
Dmc146818rtc.h15 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-jazz/
Dmc146818rtc.h19 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-malta/
Dmc146818rtc.h29 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-loongson/
Dmc146818rtc.h15 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mips/include/asm/mach-dec/
Dmc146818rtc.h24 #define RTC_PORT(x) CPHYSADDR((long)dec_rtc_base) macro
/linux-3.4.99/arch/x86/include/asm/
Dmc146818rtc.h12 #define RTC_PORT(x) (0x70 + (x)) macro
/linux-3.4.99/arch/mn10300/include/asm/
Drtc-regs.h75 #define RTC_PORT(x) 0xd8600000 macro
/linux-3.4.99/drivers/char/
Dnvram.c77 #define RTC_PORT(x) (TT_RTC_BAS + 2*(x)) macro