RTC_PORT          548 arch/alpha/include/asm/io.h # define RTC_PORT(x)	((x) + alpha_mv.rtc_port)
RTC_PORT          551 arch/alpha/include/asm/io.h #  define RTC_PORT(x)	(0x170+(x))
RTC_PORT          553 arch/alpha/include/asm/io.h #  define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           11 arch/alpha/include/asm/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           14 arch/arm/include/asm/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           18 arch/arm/mach-footbridge/isa-rtc.c #define RTC_PORT(x)		(0x70+(x))
RTC_PORT           20 arch/mips/include/asm/mach-dec/mc146818rtc.h #define RTC_PORT(x)	CPHYSADDR((long)dec_rtc_base)
RTC_PORT           15 arch/mips/include/asm/mach-generic/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           19 arch/mips/include/asm/mach-jazz/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           15 arch/mips/include/asm/mach-loongson64/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           17 arch/mips/include/asm/mach-malta/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           14 arch/powerpc/include/asm/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           11 arch/sparc/include/asm/mc146818rtc_32.h #define RTC_PORT(x)	(0x70 + (x))
RTC_PORT           12 arch/sparc/include/asm/mc146818rtc_64.h #define RTC_PORT(x)	(cmos_regs + (x))
RTC_PORT           12 arch/x86/include/asm/mc146818rtc.h #define RTC_PORT(x)	(0x70 + (x))