Home
last modified time | relevance | path

Searched refs:bus_cfg_hdl (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h117 pci_config_get ## sz(bus_p->bus_cfg_hdl, off)
119 pci_config_put ## sz(bus_p->bus_cfg_hdl, off, val)
121 PCI_CAP_GET ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_pcie_off, off)
123 PCI_CAP_PUT ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_pcie_off, off, \
126 PCI_XCAP_GET ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_aer_off, off)
128 PCI_XCAP_PUT ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_aer_off, off, \
131 PCI_CAP_GET ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_pcix_off, off)
133 PCI_CAP_PUT ## sz(bus_p->bus_cfg_hdl, 0, bus_p->bus_pcix_off, off, \
397 ddi_acc_handle_t bus_cfg_hdl; /* error handling acc hdle */ member
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c469 ddi_acc_handle_t cfg_hdl = bus_p->bus_cfg_hdl; in pcieb_intel_serr_workaround()
595 pexctrl = pci_config_get32(bus_p->bus_cfg_hdl, in pcieb_intel_mps_workaround()
602 pci_config_put32(bus_p->bus_cfg_hdl, in pcieb_intel_mps_workaround()
615 ddi_acc_handle_t cfg_hdl = bus_p->bus_cfg_hdl; in pcieb_intel_sw_workaround()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c174 pci_config_get32(bus_p->bus_cfg_hdl, i)); in pcishpc_init()
1918 slot_p->hs_phy_slot_num = pci_config_get8(bus_p->bus_cfg_hdl, in pcishpc_set_slot_name()
2366 pci_config_put8(bus_p->bus_cfg_hdl, in pcishpc_read_reg()
2370 if (pci_config_get8(bus_p->bus_cfg_hdl, bus_p->bus_pci_hp_off + in pcishpc_read_reg()
2378 return (pci_config_get32(bus_p->bus_cfg_hdl, in pcishpc_read_reg()
2394 pci_config_put8(bus_p->bus_cfg_hdl, in pcishpc_write_reg()
2398 if (pci_config_get8(bus_p->bus_cfg_hdl, bus_p->bus_pci_hp_off + in pcishpc_write_reg()
2406 pci_config_put32(bus_p->bus_cfg_hdl, in pcishpc_write_reg()
2414 (void) pci_config_get16(bus_p->bus_cfg_hdl, PCI_CONF_VENID); in pcishpc_write_reg()
H A Dpciehpc.c1140 return (pci_config_get8(bus_p->bus_cfg_hdl, off)); in pciehpc_reg_get8()
1153 return (pci_config_get16(bus_p->bus_cfg_hdl, off)); in pciehpc_reg_get16()
1166 return (pci_config_get32(bus_p->bus_cfg_hdl, off)); in pciehpc_reg_get32()
1179 pci_config_put8(bus_p->bus_cfg_hdl, off, val); in pciehpc_reg_put8()
1192 pci_config_put16(bus_p->bus_cfg_hdl, off, val); in pciehpc_reg_put16()
1205 pci_config_put32(bus_p->bus_cfg_hdl, off, val); in pciehpc_reg_put32()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c956 bus_p->bus_cfg_hdl = eh; in pcie_init_cfghdl()
965 pci_config_teardown(&bus_p->bus_cfg_hdl); in pcie_fini_cfghdl()
980 h = bus_p->bus_cfg_hdl; in pcie_determine_serial()
1609 if (bus_p->bus_cfg_hdl == NULL) { in pcie_capture_speeds()
1628 if (bus_p->bus_cfg_hdl == NULL) { in pcie_capture_speeds()
1647 if (bus_p->bus_cfg_hdl == NULL) { in pcie_capture_speeds()
3161 if (cbus_p->bus_cfg_hdl == NULL) { in pcie_link_bw_taskq()
H A Dpcieb.c486 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl; in pcieb_attach()
1300 pcie_msi_off = PCI_CAP_GET16(bus_p->bus_cfg_hdl, 0, in pcieb_intr_init()
1338 aer_msi_off = (PCI_XCAP_GET32(bus_p->bus_cfg_hdl, 0, in pcieb_intr_init()
2041 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl; in pcieb_id_props()
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c202 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl; in pcieb_attach_plx_workarounds()