Home
last modified time | relevance | path

Searched refs:maple_rtc_addr (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/maple/
Dtime.c38 static int maple_rtc_addr; variable
42 outb_p(addr, maple_rtc_addr); in maple_clock_read()
43 return inb_p(maple_rtc_addr+1); in maple_clock_read()
48 outb_p(addr, maple_rtc_addr); in maple_clock_write()
49 outb_p(val, maple_rtc_addr+1); in maple_clock_write()
152 maple_rtc_addr = r.start; in maple_get_boot_time()
154 maple_rtc_addr); in maple_get_boot_time()
157 if (maple_rtc_addr == 0) { in maple_get_boot_time()
158 maple_rtc_addr = RTC_PORT(0); /* legacy address */ in maple_get_boot_time()
160 "legacy address (0x%x)\n", maple_rtc_addr); in maple_get_boot_time()
[all …]