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

/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_pcicfg.c36 ddi_acc_handle_t cfh_hdl; member in struct:_mc_pcicfg_hdl
48 if (pci_config_setup(mc->mc_funcs[func].mcf_devi, &hdlp->cfh_hdl) !=
75 pci_config_teardown(&hdlp->cfh_hdl);
84 return (pci_config_get32(hdlp->cfh_hdl, offset));
92 pci_config_put32(hdlp->cfh_hdl, offset, val);

Completed in 42 milliseconds