Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/
H A Dbesys.c252 #define IS_VGA_PORT(port) (0x3C0 <= port && port <= 0x3DA) macro
575 if (IS_VGA_PORT(port)){ in BE_inb()
682 if (IS_VGA_PORT(port)) in BE_outb()
717 if (IS_VGA_PORT(port)) { in BE_outw()