Searched refs:PCI_REG_ADDR (Results 1 – 4 of 4) sorted by relevance
59 mov $PCI_REG_ADDR, %dx67 mov $PCI_REG_ADDR, %dx90 mov $PCI_REG_ADDR, %dx98 mov $PCI_REG_ADDR, %dx
23 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_read_config()42 outl(bdf | (offset & 0xfc) | PCI_CFG_EN, PCI_REG_ADDR); in pci_x86_write_config()
211 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_read_config_dword()227 outl(dev | offset | PCI_CFG_EN, PCI_REG_ADDR); in qrk_pci_write_config_dword()
13 #define PCI_REG_ADDR 0xcf8 macro
Completed in 5 milliseconds