Searched refs:CONF2_ENABLE_PORT (Results 1 – 2 of 2) sorted by relevance
269 outb(CONF2_ENABLE_PORT, 0xf0 | (func << 1)); in pci_cfgenable()293 outb(CONF2_ENABLE_PORT, 0); in pci_cfgdisable()441 oldval2 = inb(CONF2_ENABLE_PORT); in pcireg_cfgopen()452 outb(CONF2_ENABLE_PORT, CONF2_ENABLE_CHK); in pcireg_cfgopen()453 mode2res = inb(CONF2_ENABLE_PORT); in pcireg_cfgopen()454 outb(CONF2_ENABLE_PORT, oldval2); in pcireg_cfgopen()
43 #define CONF2_ENABLE_PORT 0x0cf8 macro