Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbesys.c253 #define IS_PCI_PORT(port) (0xCF8 <= port && port <= 0xCFF) macro
588 else if (IS_PCI_PORT(port)) in BE_inb()
621 if (IS_PCI_PORT(port)) in BE_inw()
654 if (IS_PCI_PORT(port)) in BE_inl()
690 else if (IS_PCI_PORT(port)) in BE_outb()
720 } else if (IS_PCI_PORT(port)) { in BE_outw()
748 if (IS_PCI_PORT(port)) { in BE_outl()