Searched refs:PCI_REG_REG_M (Results 1 – 8 of 8) sorted by relevance
1158 #define PCI_REG_REG_M 0xff /* register mask */ macro1175 #define PCI_REG_REG_G(x) ((x) & PCI_REG_REG_M)
48 #define PCI_BDF_bits (PCI_REG_BDFR_M & ~PCI_REG_REG_M)869 reg = (p.pci_phys_hi & PCI_REG_REG_M) | in pfc_config_fetch()1000 reg = (p.pci_phys_hi & PCI_REG_REG_M) | in pfc_config_store()1349 config.pci_phys_hi &= ~PCI_REG_REG_M; in pci_alloc_resource()1576 config.pci_phys_hi &= ~PCI_REG_REG_M; in pci_free_resource()
473 (offset & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)); in pxtool_get_phys_addr()474 dev_regspec.pci_phys_low = offset & PCI_REG_REG_M; in pxtool_get_phys_addr()
252 cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M); in iommu_configure()
3265 cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M); in pci_setup_cfgpa()
1616 *bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8; in pcie_get_bdf_from_dip()
6388 config.pci_phys_hi &= ~PCI_REG_REG_M; in pcicfg_alloc_resource()6567 config.pci_phys_hi &= ~PCI_REG_REG_M; in pcicfg_free_resource()
642 if ((regs[rnumber].pci_phys_hi & PCI_REG_REG_M) in ahci_attach()