Home
last modified time | relevance | path

Searched refs:PCI_REG_DEV_M (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpci.h1160 #define PCI_REG_DEV_M 0xf800 /* device mask */ macro
1177 #define PCI_REG_DEV_G(x) (((x) & PCI_REG_DEV_M) >> PCI_REG_DEV_SHIFT)
/titanic_44/usr/src/cmd/pcitool/
H A Dpcitool.c755 int last_dev = PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT; in do_probe()
836 last_dev = PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT; in do_probe()
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_tools.c440 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != prg->dev_no) || in pxtool_validate_barnum_bdf()
/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c1232 PCI_REG_DEV_M | PCI_REG_FUNC_M)) == in pci_check_regs()
1234 PCI_REG_DEV_M | PCI_REG_FUNC_M))) { in pci_check_regs()
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c712 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != prg->dev_no) || in pcitool_validate_barnum_bdf()
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c974 (PCI_REG_DEV_M >> PCI_REG_DEV_SHIFT)) != in pcitool_dev_reg_ops()
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c713 dev_num = (bdf & (PCI_REG_DEV_M >> 8)) >> 3; in pcie_hp_create_port_name_num()
/titanic_44/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1165 *devfnp = (regspec[0].pci_phys_hi & (PCI_REG_FUNC_M | PCI_REG_DEV_M)) >> in get_busdevfn()