Searched refs:PCI_CFG_EN (Results 1 – 4 of 4) sorted by relevance
59 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax67 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax90 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax98 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax
25 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_read_config()44 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_write_config()
212 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_read_config_dword()228 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_write_config_dword()
17 #define PCI_CFG_EN 0x80000000 macro