Searched refs:PCI_GETBDF (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | pci_cfgacc.h | 37 #define PCI_GETBDF(b, d, f) \ macro
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 1846 val = pci_cfgacc_get8(NULL, PCI_GETBDF(bus, dev, func), in cmi_pci_get_cmn() 1853 val = pci_cfgacc_get16(NULL, PCI_GETBDF(bus, dev, func), in cmi_pci_get_cmn() 1860 val = pci_cfgacc_get32(NULL, PCI_GETBDF(bus, dev, func), in cmi_pci_get_cmn() 1927 pci_cfgacc_put8(NULL, PCI_GETBDF(bus, dev, func), reg, in cmi_pci_put_cmn() 1935 pci_cfgacc_put16(NULL, PCI_GETBDF(bus, dev, func), reg, in cmi_pci_put_cmn() 1943 pci_cfgacc_put32(NULL, PCI_GETBDF(bus, dev, func), reg, in cmi_pci_put_cmn()
|
/titanic_44/usr/src/uts/sun4v/io/px/ |
H A D | px_tools_4v.c | 248 req.bdf = PCI_GETBDF(prg_p->bus_no, prg_p->dev_no, prg_p->func_no); in pxtool_pcicfg_access()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 615 req.bdf = PCI_GETBDF(prg->bus_no, prg->dev_no, prg->func_no); in pcitool_cfg_access()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4050 (void) pcie_init_bus(new_child, PCI_GETBDF(bus, device, func), in pcicfg_probe_children() 4388 (void) pcie_init_bus(new_child, PCI_GETBDF(bus, device, func), in pcicfg_fcode_probe()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 1942 bdf = PCI_GETBDF(bus, dev, func); in process_devfunc()
|
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3708 (void) pcie_init_bus(new_child, PCI_GETBDF(bus, device, func), in pcicfg_probe_children()
|