Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmc146818rtc.h14 #define ATARI_RTC_PORT(x) (TT_RTC_BAS + 2*(x)) macro
18 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
19 atari_inb_p(ATARI_RTC_PORT(1)); \
22 atari_outb_p((addr), ATARI_RTC_PORT(0)); \
23 atari_outb_p((val), ATARI_RTC_PORT(1)); \