Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/maple/
Dtime.c43 static int maple_rtc_addr; variable
47 outb_p(addr, maple_rtc_addr); in maple_clock_read()
48 return inb_p(maple_rtc_addr+1); in maple_clock_read()
53 outb_p(addr, maple_rtc_addr); in maple_clock_write()
54 outb_p(val, maple_rtc_addr+1); in maple_clock_write()
157 maple_rtc_addr = r.start; in maple_get_boot_time()
159 maple_rtc_addr); in maple_get_boot_time()
162 if (maple_rtc_addr == 0) { in maple_get_boot_time()
163 maple_rtc_addr = RTC_PORT(0); /* legacy address */ in maple_get_boot_time()
165 "legacy address (0x%x)\n", maple_rtc_addr); in maple_get_boot_time()
[all …]