Searched refs:tt_rtc (Results 1 – 3 of 3) sorted by relevance
93 (void) atari_writeb(reg,&tt_rtc.regsel); \94 __val = tt_rtc.data; \100 atari_writeb(reg,&tt_rtc.regsel); \101 tt_rtc.data = (val); \
361 if (hwreg_present(&tt_rtc.regsel)) { in config_atari()
608 #define tt_rtc ((*(volatile struct TT_RTC *)TT_RTC_BAS)) macro