Home
last modified time | relevance | path

Searched refs:PCI_REG_REG_M (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1176 #define PCI_REG_REG_M 0xff /* register mask */ macro
1193 #define PCI_REG_REG_G(x) ((x) & PCI_REG_REG_M)
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c48 #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()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c473 (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()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c252 cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M); in iommu_configure()
H A Dpcisch.c3265 cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M); in pci_setup_cfgpa()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2587 *bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8; in pcie_get_bdf_from_dip()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c6391 config.pci_phys_hi &= ~PCI_REG_REG_M; in pcicfg_alloc_resource()
6570 config.pci_phys_hi &= ~PCI_REG_REG_M; in pcicfg_free_resource()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c711 if ((regs[rnumber].pci_phys_hi & PCI_REG_REG_M) in ahci_attach()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c19265 if ((reg2->pci_phys_hi & PCI_REG_REG_M) == ofst) { in ql_map_mem_bar()
19292 w32 = (reg2->pci_phys_hi & ~PCI_REG_REG_M) | ofst; in ql_map_mem_bar()