Home
last modified time | relevance | path

Searched refs:mc_pci_hdl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c119 ddi_acc_handle_t mc_pci_hdl; member
298 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_change()
301 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_GBLACT, 0); in fipe_mc_change()
306 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTLOW, throttle); in fipe_mc_change()
308 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_change()
320 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_restore()
322 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_GBLACT, in fipe_mc_restore()
324 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTLOW, in fipe_mc_restore()
326 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_restore()
356 fipe_mc_ctrl.mc_pci_hdl = handle; in fipe_mc_init()
[all …]