Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmk48t59.h16 #define RTC_PORT_DATA CONFIG_SYS_ISA_IO + 0x76 macro
/openbmc/u-boot/drivers/rtc/
H A Dmk48t59.c25 return in8(RTC_PORT_DATA); in rtc_read()
32 out8(RTC_PORT_DATA, val); in rtc_write()