Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dearly_cmos.c20 outb(addr, CMOS_IO_PORT); in cmos_read8()
22 return inb(CMOS_IO_PORT + 1); in cmos_read8()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dearly_cmos.h11 #define CMOS_IO_PORT 0x70 macro