Home
last modified time | relevance | path

Searched refs:pci_cfgacc_get32 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cfgacc.h73 extern uint32_t pci_cfgacc_get32(dev_info_t *, uint16_t, uint16_t);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1645 cap2 = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1666 cap = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1929 bus_p->bus_dev_ven_id = pci_cfgacc_get32(rcdip, bdf, PCI_CONF_VENID); in pcie_init_bus()
1984 (pci_cfgacc_get32(rcdip, bdf, base + PCIE_SLOTCAP) in pcie_init_bus()
2030 capid = pci_cfgacc_get32(rcdip, bdf, base); in pcie_init_bus()
3480 devcap = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, bus_p->bus_pcie_off + in pcie_fabric_feature_scan()
3492 uint32_t devcap2 = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_fabric_feature_scan()
3502 uint32_t devcap3 = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_fabric_feature_scan()
3579 devcap = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, bus_p->bus_pcie_off + in pcie_fabric_feature_set()
3598 uint32_t devcap2 = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_fabric_feature_set()
[all …]
H A Dpci_cfgacc.c85 pci_cfgacc_get32(dev_info_t *rcdip, uint16_t bdf, uint16_t off) in pci_cfgacc_get32() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1931 val = pci_cfgacc_get32(NULL, PCI_GETBDF(bus, dev, func), in cmi_pci_get_cmn()