Home
last modified time | relevance | path

Searched refs:PCI_REG_FUNC_SHIFT (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_pci_cfg.c67 reg.pci_phys_hi += 1 << PCI_REG_FUNC_SHIFT; in nb_pci_cfg_setup()
79 reg.pci_phys_hi += 1 << PCI_REG_FUNC_SHIFT; in nb_pci_cfg_setup()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_tools_var.h48 ((p_p)->func_no << PCI_REG_FUNC_SHIFT))
H A Dpx_tools.c49 (1 << (PCI_REG_FUNC_SHIFT + PX_PCI_BDF_OFFSET_DELTA))
442 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != prg->func_no)) { in pxtool_validate_barnum_bdf()
/titanic_41/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_pci_cfg.c58 (k << PCI_REG_FUNC_SHIFT); in nhm_pci_cfg_setup()
/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c227 (uint_t)func << PCI_REG_FUNC_SHIFT; in add_nvidia_isa_bridge_props()
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h1169 #define PCI_REG_FUNC_SHIFT 8 /* Offset of function bits */ macro
1176 #define PCI_REG_FUNC_G(x) (((x) & PCI_REG_FUNC_M) >> PCI_REG_FUNC_SHIFT)
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c714 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != prg->func_no)) { in pcitool_validate_barnum_bdf()
881 (prg.func_no << PCI_REG_FUNC_SHIFT); in pcitool_dev_reg_ops()
892 prg.func_no << PCI_REG_FUNC_SHIFT, base_addr); in pcitool_dev_reg_ops()
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c53 #define PCIEX_REG_FUNC_SHIFT (PCI_REG_FUNC_SHIFT + PCIEX_BDF_OFFSET_DELTA)
977 (PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT)) != in pcitool_dev_reg_ops()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c684 return (uint16_t)((*val & PCI_REG_BDFR_M) >> PCI_REG_FUNC_SHIFT); in x86pi_bdf()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c770 cap_ptr = (cap_reg >> PCI_REG_FUNC_SHIFT); in get_lane_width()
/titanic_41/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1166 PCI_REG_FUNC_SHIFT; in get_busdevfn()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c596 int last_func = PCI_REG_FUNC_M >> PCI_REG_FUNC_SHIFT; in probe_dev()
/titanic_41/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1292 PCI_REG_FUNC_SHIFT); in mc_read_smbios()
/titanic_41/usr/src/uts/common/os/
H A Dpcifm.c460 PCI_REG_FUNC_SHIFT); in pci_ereport_setup()