Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmk48t59.h14 #define RTC_PORT_ADDR0 CONFIG_SYS_ISA_IO + 0x70 macro
15 #define RTC_PORT_ADDR1 RTC_PORT_ADDR0 + 0x1
/openbmc/u-boot/drivers/rtc/
H A Dmk48t59.c23 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_read()
30 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_write()