Home
last modified time | relevance | path

Searched refs:pci_cfgacc_get16 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cfgacc.h72 extern uint16_t pci_cfgacc_get16(dev_info_t *, uint16_t, uint16_t);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1626 vers = pci_cfgacc_get16(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1647 ctl2 = pci_cfgacc_get16(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1664 status = pci_cfgacc_get16(rcdip, bus_p->bus_bdf, in pcie_capture_speeds()
1941 status = pci_cfgacc_get16(rcdip, bdf, PCI_CONF_STAT); in pcie_init_bus()
1975 pcap = pci_cfgacc_get16(rcdip, bdf, base + in pcie_init_bus()
1982 (pci_cfgacc_get16(rcdip, bdf, base + PCIE_PCIECAP) in pcie_init_bus()
1994 pci_cfgacc_get16(rcdip, bdf, base + in pcie_init_bus()
1998 pci_cfgacc_get16(rcdip, bdf, base + in pcie_init_bus()
3581 devctl = pci_cfgacc_get16(rcdip, bus_p->bus_bdf, bus_p->bus_pcie_off + in pcie_fabric_feature_set()
3602 uint16_t devctl2 = pci_cfgacc_get16(rcdip, in pcie_fabric_feature_set()
[all …]
H A Dpci_cfgacc.c66 pci_cfgacc_get16(dev_info_t *rcdip, uint16_t bdf, uint16_t off) in pci_cfgacc_get16() function
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3594 if ((pci_cfgacc_get16(rcdip, bdf, PCI_CONF_VENID) == in ck804_fix_aer_ptr()
3596 (pci_cfgacc_get16(rcdip, bdf, PCI_CONF_DEVID) == in ck804_fix_aer_ptr()
3600 cya1 = pci_cfgacc_get16(rcdip, bdf, NVIDIA_CK804_VEND_CYA1_OFF); in ck804_fix_aer_ptr()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1924 val = pci_cfgacc_get16(NULL, PCI_GETBDF(bus, dev, func), in cmi_pci_get_cmn()