Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbesys.c250 #define IS_CMOS_PORT(port) (0x70 <= port && port <= 0x71) macro
586 else if (IS_CMOS_PORT(port)) in BE_inb()
688 else if (IS_CMOS_PORT(port)) in BE_outb()