RTC_PORT           10 arch/alpha/include/asm/mc146818rtc.h #ifndef RTC_PORT
RTC_PORT           20 arch/alpha/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           21 arch/alpha/include/asm/mc146818rtc.h inb_p(RTC_PORT(1)); \
RTC_PORT           24 arch/alpha/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           25 arch/alpha/include/asm/mc146818rtc.h outb_p((val),RTC_PORT(1)); \
RTC_PORT          256 arch/alpha/kernel/setup.c 	standard_io_resources[0].start = RTC_PORT(0);
RTC_PORT          257 arch/alpha/kernel/setup.c 	standard_io_resources[0].end = RTC_PORT(0) + 0x10;
RTC_PORT           13 arch/arm/include/asm/mc146818rtc.h #ifndef RTC_PORT
RTC_PORT           23 arch/arm/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           24 arch/arm/include/asm/mc146818rtc.h inb_p(RTC_PORT(1)); \
RTC_PORT           27 arch/arm/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           28 arch/arm/include/asm/mc146818rtc.h outb_p((val),RTC_PORT(1)); \
RTC_PORT           35 arch/mips/dec/platform.c 	dec_rtc_resources[0].start = RTC_PORT(0);
RTC_PORT           36 arch/mips/dec/platform.c 	dec_rtc_resources[0].end = RTC_PORT(0) + dec_kn_slot_size - 1;
RTC_PORT           20 arch/mips/include/asm/mach-generic/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           21 arch/mips/include/asm/mach-generic/mc146818rtc.h 	return inb_p(RTC_PORT(1));
RTC_PORT           26 arch/mips/include/asm/mach-generic/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           27 arch/mips/include/asm/mach-generic/mc146818rtc.h 	outb_p(data, RTC_PORT(1));
RTC_PORT           24 arch/mips/include/asm/mach-jazz/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           30 arch/mips/include/asm/mach-jazz/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           20 arch/mips/include/asm/mach-loongson64/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           21 arch/mips/include/asm/mach-loongson64/mc146818rtc.h 	return inb_p(RTC_PORT(1));
RTC_PORT           26 arch/mips/include/asm/mach-loongson64/mc146818rtc.h 	outb_p(addr, RTC_PORT(0));
RTC_PORT           27 arch/mips/include/asm/mach-loongson64/mc146818rtc.h 	outb_p(data, RTC_PORT(1));
RTC_PORT           15 arch/mips/loongson64/common/rtc.c 		.start	= RTC_PORT(0),
RTC_PORT           16 arch/mips/loongson64/common/rtc.c 		.end	= RTC_PORT(1),
RTC_PORT           13 arch/powerpc/include/asm/mc146818rtc.h #ifndef RTC_PORT
RTC_PORT           23 arch/powerpc/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           24 arch/powerpc/include/asm/mc146818rtc.h inb_p(RTC_PORT(1)); \
RTC_PORT           27 arch/powerpc/include/asm/mc146818rtc.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           28 arch/powerpc/include/asm/mc146818rtc.h outb_p((val),RTC_PORT(1)); \
RTC_PORT          158 arch/powerpc/platforms/maple/time.c 		maple_rtc_addr = RTC_PORT(0); /* legacy address */
RTC_PORT           43 arch/powerpc/sysdev/rtc_cmos_setup.c 	if (res[0].start != RTC_PORT(0))
RTC_PORT           10 arch/sparc/include/asm/mc146818rtc_32.h #ifndef RTC_PORT
RTC_PORT           20 arch/sparc/include/asm/mc146818rtc_32.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           21 arch/sparc/include/asm/mc146818rtc_32.h inb_p(RTC_PORT(1)); \
RTC_PORT           24 arch/sparc/include/asm/mc146818rtc_32.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           25 arch/sparc/include/asm/mc146818rtc_32.h outb_p((val),RTC_PORT(1)); \
RTC_PORT           10 arch/sparc/include/asm/mc146818rtc_64.h #ifndef RTC_PORT
RTC_PORT           21 arch/sparc/include/asm/mc146818rtc_64.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           22 arch/sparc/include/asm/mc146818rtc_64.h inb_p(RTC_PORT(1)); \
RTC_PORT           25 arch/sparc/include/asm/mc146818rtc_64.h outb_p((addr),RTC_PORT(0)); \
RTC_PORT           26 arch/sparc/include/asm/mc146818rtc_64.h outb_p((val),RTC_PORT(1)); \
RTC_PORT           11 arch/x86/include/asm/mc146818rtc.h #ifndef RTC_PORT
RTC_PORT          131 arch/x86/kernel/rtc.c 	outb(addr, RTC_PORT(0));
RTC_PORT          132 arch/x86/kernel/rtc.c 	val = inb(RTC_PORT(1));
RTC_PORT          142 arch/x86/kernel/rtc.c 	outb(addr, RTC_PORT(0));
RTC_PORT          143 arch/x86/kernel/rtc.c 	outb(val, RTC_PORT(1));
RTC_PORT          162 arch/x86/kernel/rtc.c 		.start	= RTC_PORT(0),
RTC_PORT          163 arch/x86/kernel/rtc.c 		.end	= RTC_PORT(1),
RTC_PORT           29 arch/x86/platform/olpc/olpc-xo1-rtc.c 		.start	= RTC_PORT(0),
RTC_PORT           30 arch/x86/platform/olpc/olpc-xo1-rtc.c 		.end	= RTC_PORT(1),
RTC_PORT           40 drivers/acpi/acpi_watchdog.c 			case RTC_PORT(0):
RTC_PORT           41 drivers/acpi/acpi_watchdog.c 			case RTC_PORT(1):
RTC_PORT           42 drivers/acpi/acpi_watchdog.c 			case RTC_PORT(2):
RTC_PORT           43 drivers/acpi/acpi_watchdog.c 			case RTC_PORT(3):
RTC_PORT          825 drivers/char/rtc.c 		r = request_region(RTC_PORT(0), size, "rtc");
RTC_PORT          827 drivers/char/rtc.c 		r = request_mem_region(RTC_PORT(0), size, "rtc");
RTC_PORT          838 drivers/char/rtc.c 		release_region(RTC_PORT(0), rtc_size);
RTC_PORT          840 drivers/char/rtc.c 		release_mem_region(RTC_PORT(0), rtc_size);
RTC_PORT          914 drivers/char/rtc.c 		       (long)(RTC_PORT(0)));
RTC_PORT           20 drivers/input/serio/i8042-io.h # define I8042_AUX_IRQ	(RTC_PORT(0) == 0x170 ? 9 : 12)	/* Jensen is special */
RTC_PORT          186 drivers/rtc/rtc-cmos.c #ifdef RTC_PORT
RTC_PORT          196 drivers/rtc/rtc-cmos.c 	outb(addr, RTC_PORT(2));
RTC_PORT          197 drivers/rtc/rtc-cmos.c 	return inb(RTC_PORT(3));
RTC_PORT          202 drivers/rtc/rtc-cmos.c 	outb(addr, RTC_PORT(2));
RTC_PORT          203 drivers/rtc/rtc-cmos.c 	outb(val, RTC_PORT(3));