Searched refs:RTC_PORT_MC146818 (Results 1 – 1 of 1) sorted by relevance
27 #define RTC_PORT_MC146818 CONFIG_SYS_ISA_IO_BASE_ADDRESS + 0x70 macro62 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_read8()64 return in8(RTC_PORT_MC146818 + ofs + 1); in mc146818_read8()79 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_write8()80 out8(RTC_PORT_MC146818 + ofs + 1, val); in mc146818_write8()