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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c83 pci_config_get32(ddi_acc_handle_t handle, off_t offset) function
467 *p = pci_config_get32(confhdl, offset);
519 chsp->chs_base0 = pci_config_get32(confhdl, PCI_CONF_BASE0);
520 chsp->chs_base1 = pci_config_get32(confhdl, PCI_CONF_BASE1);
521 chsp->chs_base2 = pci_config_get32(confhdl, PCI_CONF_BASE2);
522 chsp->chs_base3 = pci_config_get32(confhdl, PCI_CONF_BASE3);
523 chsp->chs_base4 = pci_config_get32(confhdl, PCI_CONF_BASE4);
524 chsp->chs_base5 = pci_config_get32(confhdl, PCI_CONF_BASE5);
654 *regbuf = pci_config_get32(confhdl, cap_ptr);
900 (void) pci_config_get32(confhd
[all...]
/illumos-gate/usr/src/man/man9f/
H A DMakefile1107 pci_config_get32.9f \
1936 pci_config_get32.9f := LINKSRC = pci_config_get8.9f

Completed in 60 milliseconds