Searched refs:ATARI_RTC_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
H A Dmc146818rtc.h13 #define ATARI_RTC_PORT(x) (TT_RTC_BAS + 2*(x)) macro
17 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
18 atari_inb_p(ATARI_RTC_PORT(1)); \
21 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
22 atari_outb_p((val), ATARI_RTC_PORT(1)); \

Completed in 86 milliseconds