Symbol: RTC_PORT
arch/alpha/include/asm/mc146818rtc.h
10
#ifndef RTC_PORT
arch/alpha/include/asm/mc146818rtc.h
20
outb_p((addr),RTC_PORT(0)); \
arch/alpha/include/asm/mc146818rtc.h
21
inb_p(RTC_PORT(1)); \
arch/alpha/include/asm/mc146818rtc.h
24
outb_p((addr),RTC_PORT(0)); \
arch/alpha/include/asm/mc146818rtc.h
25
outb_p((val),RTC_PORT(1)); \
arch/arm/include/asm/mc146818rtc.h
13
#ifndef RTC_PORT
arch/arm/include/asm/mc146818rtc.h
23
outb_p((addr),RTC_PORT(0)); \
arch/arm/include/asm/mc146818rtc.h
24
inb_p(RTC_PORT(1)); \
arch/arm/include/asm/mc146818rtc.h
27
outb_p((addr),RTC_PORT(0)); \
arch/arm/include/asm/mc146818rtc.h
28
outb_p((val),RTC_PORT(1)); \
arch/mips/dec/platform.c
35
dec_rtc_resources[0].start = RTC_PORT(0);
arch/mips/dec/platform.c
36
dec_rtc_resources[0].end = RTC_PORT(0) + dec_kn_slot_size - 1;
arch/mips/include/asm/mach-generic/mc146818rtc.h
20
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-generic/mc146818rtc.h
21
return inb_p(RTC_PORT(1));
arch/mips/include/asm/mach-generic/mc146818rtc.h
26
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-generic/mc146818rtc.h
27
outb_p(data, RTC_PORT(1));
arch/mips/include/asm/mach-jazz/mc146818rtc.h
24
outb_p(addr, RTC_PORT(0));
arch/mips/include/asm/mach-jazz/mc146818rtc.h
30
outb_p(addr, RTC_PORT(0));
arch/mips/loongson2ef/common/rtc.c
15
.start = RTC_PORT(0),
arch/mips/loongson2ef/common/rtc.c
16
.end = RTC_PORT(1),
arch/powerpc/include/asm/mc146818rtc.h
13
#ifndef RTC_PORT
arch/powerpc/include/asm/mc146818rtc.h
23
outb_p((addr),RTC_PORT(0)); \
arch/powerpc/include/asm/mc146818rtc.h
24
inb_p(RTC_PORT(1)); \
arch/powerpc/include/asm/mc146818rtc.h
27
outb_p((addr),RTC_PORT(0)); \
arch/powerpc/include/asm/mc146818rtc.h
28
outb_p((val),RTC_PORT(1)); \
arch/powerpc/sysdev/rtc_cmos_setup.c
43
if (res[0].start != RTC_PORT(0))
arch/sparc/include/asm/mc146818rtc_32.h
10
#ifndef RTC_PORT
arch/sparc/include/asm/mc146818rtc_32.h
20
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_32.h
21
inb_p(RTC_PORT(1)); \
arch/sparc/include/asm/mc146818rtc_32.h
24
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_32.h
25
outb_p((val),RTC_PORT(1)); \
arch/sparc/include/asm/mc146818rtc_64.h
10
#ifndef RTC_PORT
arch/sparc/include/asm/mc146818rtc_64.h
21
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_64.h
22
inb_p(RTC_PORT(1)); \
arch/sparc/include/asm/mc146818rtc_64.h
25
outb_p((addr),RTC_PORT(0)); \
arch/sparc/include/asm/mc146818rtc_64.h
26
outb_p((val),RTC_PORT(1)); \
arch/x86/include/asm/mc146818rtc.h
11
#ifndef RTC_PORT
arch/x86/kernel/rtc.c
116
.start = RTC_PORT(0),
arch/x86/kernel/rtc.c
117
.end = RTC_PORT(1),
arch/x86/kernel/rtc.c
85
outb(addr, RTC_PORT(0));
arch/x86/kernel/rtc.c
86
val = inb(RTC_PORT(1));
arch/x86/kernel/rtc.c
96
outb(addr, RTC_PORT(0));
arch/x86/kernel/rtc.c
97
outb(val, RTC_PORT(1));
arch/x86/platform/olpc/olpc-xo1-rtc.c
29
.start = RTC_PORT(0),
arch/x86/platform/olpc/olpc-xo1-rtc.c
30
.end = RTC_PORT(1),
drivers/acpi/acpi_watchdog.c
40
case RTC_PORT(0):
drivers/acpi/acpi_watchdog.c
41
case RTC_PORT(1):
drivers/acpi/acpi_watchdog.c
42
case RTC_PORT(2):
drivers/acpi/acpi_watchdog.c
43
case RTC_PORT(3):
drivers/rtc/rtc-cmos.c
181
#ifdef RTC_PORT
drivers/rtc/rtc-cmos.c
191
outb(addr, RTC_PORT(2));
drivers/rtc/rtc-cmos.c
192
return inb(RTC_PORT(3));
drivers/rtc/rtc-cmos.c
197
outb(addr, RTC_PORT(2));
drivers/rtc/rtc-cmos.c
198
outb(val, RTC_PORT(3));