Lines Matching refs:pci_config_get8
61 pci_config_get8(ddi_acc_handle_t handle, off_t offset)
153 * e.g. A 3rd party module/driver using pci_config_get8 and built against S10
427 cap_ptr = pci_config_get8(confhdl, PCI_BCNF_CAP_PTR);
432 cap_id = pci_config_get8(confhdl,
438 cap_ptr = pci_config_get8(confhdl,
503 chsp->chs_header_type = pci_config_get8(confhdl,
509 chsp->chs_cache_line_size = pci_config_get8(confhdl,
511 chsp->chs_latency_timer = pci_config_get8(confhdl,
516 pci_config_get8(confhdl, PCI_BCNF_LATENCY_TIMER);
599 cap_ptr = pci_config_get8(confhdl, PCI_BCNF_CAP_PTR);
936 header_type = pci_config_get8(conf_hdl, PCI_CONF_HEADER);
949 cap_ptr = pci_config_get8(conf_hdl, PCI_CONF_CAP_PTR);
955 cap_id = pci_config_get8(conf_hdl, cap_ptr + PCI_CAP_ID);
959 cap_ptr = pci_config_get8(conf_hdl,