Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmk48t59.h15 #define RTC_PORT_ADDR1 RTC_PORT_ADDR0 + 0x1 macro
/openbmc/u-boot/drivers/rtc/
H A Dmk48t59.c24 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_read()
31 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_write()