Searched refs:fipe_mc_ctrl (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 117 #pragma align CPU_CACHE_COHERENCE_SIZE(fipe_mc_ctrl) 118 static struct fipe_mc_ctrl { struct 125 } fipe_mc_ctrl; variable 298 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_change() 299 fipe_mc_ctrl.mc_thrtctrl & ~FIPE_MC_THRTCTRL_HUNT); 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() 309 fipe_mc_ctrl.mc_thrtctrl | FIPE_MC_THRTCTRL_HUNT); in fipe_mc_change() 320 pci_config_put8(fipe_mc_ctrl.mc_pci_hdl, FIPE_MC_THRTCTRL, in fipe_mc_restore() [all …]
|