Home
last modified time | relevance | path

Searched refs: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
48 if (pci_config_setup(mc->mc_funcs[func].mcf_devi, &hdlp->cfh_hdl) != in mccfgsetup()
75 pci_config_teardown(&hdlp->cfh_hdl); in mc_pcicfg_teardown()
84 return (pci_config_get32(hdlp->cfh_hdl, offset)); in mc_pcicfg_get32()
92 pci_config_put32(hdlp->cfh_hdl, offset, val); in mc_pcicfg_put32()