Searched refs:maple_rtc_addr (Results 1 – 1 of 1) sorted by relevance
37 static int maple_rtc_addr; variable41 outb_p(addr, maple_rtc_addr); in maple_clock_read()42 return inb_p(maple_rtc_addr+1); in maple_clock_read()47 outb_p(addr, maple_rtc_addr); in maple_clock_write()48 outb_p(val, maple_rtc_addr+1); in maple_clock_write()151 maple_rtc_addr = r.start; in maple_get_boot_time()153 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 …]