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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c127 pci_config_put32(ddi_acc_handle_t handle, off_t offset, uint32_t value) function
791 pci_config_put32(confhdl, offset, *regbuf);
835 pci_config_put32(confhdl, offset, *p);
873 pci_config_put32(confhdl, PCI_CONF_BASE0, chs_p->chs_base0);
874 pci_config_put32(confhdl, PCI_CONF_BASE1, chs_p->chs_base1);
875 pci_config_put32(confhdl, PCI_CONF_BASE2, chs_p->chs_base2);
876 pci_config_put32(confhdl, PCI_CONF_BASE3, chs_p->chs_base3);
877 pci_config_put32(confhdl, PCI_CONF_BASE4, chs_p->chs_base4);
878 pci_config_put32(confhdl, PCI_CONF_BASE5, chs_p->chs_base5);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1114 pci_config_put32.9f \
1943 pci_config_put32.9f := LINKSRC = pci_config_get8.9f

Completed in 74 milliseconds