Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-footbridge/
Disa-rtc.c18 #define RTC_PORT(x) (0x70+(x)) macro
/Linux-v4.19/arch/alpha/include/asm/
Dmc146818rtc.h11 #define RTC_PORT(x) (0x70 + (x)) macro
Dio.h555 # define RTC_PORT(x) ((x) + alpha_mv.rtc_port) macro
558 # define RTC_PORT(x) (0x170+(x)) macro
560 # define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dmc146818rtc.h18 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/sparc/include/asm/
Dmc146818rtc_64.h12 #define RTC_PORT(x) (cmos_regs + (x)) macro
Dmc146818rtc_32.h11 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/arm/include/asm/
Dmc146818rtc.h14 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/mips/include/asm/mach-loongson64/
Dmc146818rtc.h15 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/mips/include/asm/mach-malta/
Dmc146818rtc.h29 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/mips/include/asm/mach-generic/
Dmc146818rtc.h15 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/mips/include/asm/mach-jazz/
Dmc146818rtc.h19 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/arch/mips/include/asm/mach-dec/
Dmc146818rtc.h24 #define RTC_PORT(x) CPHYSADDR((long)dec_rtc_base) macro
/Linux-v4.19/arch/x86/include/asm/
Dmc146818rtc.h12 #define RTC_PORT(x) (0x70 + (x)) macro
/Linux-v4.19/drivers/char/
Dnvram.c77 #define RTC_PORT(x) (TT_RTC_BAS + 2*(x)) macro