Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dearly_cmos.c19 outb(addr, CMOS_IO_PORT); in cmos_read8()
21 return inb(CMOS_IO_PORT + 1); in cmos_read8()
/openbmc/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h10 #define CMOS_IO_PORT 0x70 macro