Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/include/asm/
Dmc146818rtc.h9 #ifndef RTC_PORT
10 #define RTC_PORT(x) (0x70 + (x)) macro
19 outb_p((addr),RTC_PORT(0)); \
20 inb_p(RTC_PORT(1)); \
23 outb_p((addr),RTC_PORT(0)); \
24 outb_p((val),RTC_PORT(1)); \