Searched refs:PCI_C (Results 1 – 2 of 2) sorted by relevance
114 word = inpw(PCI_C(PCI_STATUS)) ; in card_start()115 outpw(PCI_C(PCI_STATUS), word | PCI_STATUS_ERROR_BITS); in card_start()131 rev_id = inp(PCI_C(PCI_REVISION_ID)) ; in card_start()
711 #define PCI_C(a) ADDR(B3_CFG_SPC + (a)) /* PCI Config Space */ macro