Searched refs:CONF2_ENABLE_PORT (Results 1 – 2 of 2) sorted by relevance
228 outb(CONF2_ENABLE_PORT, 0xf0 | (func << 1)); in pci_cfgenable()252 outb(CONF2_ENABLE_PORT, 0); in pci_cfgdisable()400 oldval2 = inb(CONF2_ENABLE_PORT); in pcireg_cfgopen()411 outb(CONF2_ENABLE_PORT, CONF2_ENABLE_CHK); in pcireg_cfgopen()412 mode2res = inb(CONF2_ENABLE_PORT); in pcireg_cfgopen()413 outb(CONF2_ENABLE_PORT, oldval2); in pcireg_cfgopen()
45 #define CONF2_ENABLE_PORT 0x0cf8 macro