tag | line | file | source code |
---|---|---|---|
RTC_PORT | 15 | include/linux/mc146818rtc.h | #ifndef RTC_PORT |
RTC_PORT | 22 | include/linux/mc146818rtc.h | outb_p(RTC_ADDR(addr),RTC_PORT(0)); \ |
RTC_PORT | 23 | include/linux/mc146818rtc.h | inb_p(RTC_PORT(1)); \ |
RTC_PORT | 26 | include/linux/mc146818rtc.h | outb_p(RTC_ADDR(addr),RTC_PORT(0)); \ |
RTC_PORT | 27 | include/linux/mc146818rtc.h | outb_p(val,RTC_PORT(1)); \ |