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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c72 pci_config_get16(ddi_acc_handle_t handle, off_t offset) function
418 status = pci_config_get16(confhdl, PCI_CONF_STAT);
502 chsp->chs_command = pci_config_get16(confhdl, PCI_CONF_COMM);
508 pci_config_get16(confhdl, PCI_BCNF_BCNTRL);
593 status = pci_config_get16(confhdl, PCI_CONF_STAT);
609 cap_reg = pci_config_get16(confhdl,
677 msi_ctrl = pci_config_get16(confhdl, cap_ptr + PCI_MSI_CTRL);
698 pcix_command = pci_config_get16(confhdl, cap_ptr + PCI_PCIX_COMMAND);
724 reg = pci_config_get16(confhdl, cap_ptr + PCI_CAP_ID_REGS_OFF);
752 reg = pci_config_get16(confhd
[all...]
/illumos-gate/usr/src/man/man9f/
H A DMakefile1106 pci_config_get16.9f \
1935 pci_config_get16.9f := LINKSRC = pci_config_get8.9f

Completed in 64 milliseconds