Searched defs:pci_config_get8 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c61 pci_config_get8(ddi_acc_handle_t handle, off_t offset) function
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(confhd
[all...]

Completed in 62 milliseconds