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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c234 ddi_acc_handle_t ppb_conf_hdl; member in struct:__anon9789
1053 if (pci_config_setup(pdip, &ppb->ppb_conf_hdl) != DDI_SUCCESS) {
1058 conf_hdl = ppb->ppb_conf_hdl;
1208 pci_config_teardown(&ppb->ppb_conf_hdl);
1242 if ((pmcsr = PCI_CAP_GET16(ppb->ppb_conf_hdl, NULL,
1319 if ((pmcsr = PCI_CAP_GET16(ppb->ppb_conf_hdl, NULL,
1406 PCI_CAP_PUT16(ppb->ppb_conf_hdl, NULL, ppb->ppb_pm_cap_ptr, PCI_PMCSR,

Completed in 61 milliseconds