Searched refs:MG_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
156 return MG_PLL_ENABLE(0); in intel_combo_pll_enable_reg()3690 val = intel_de_read(dev_priv, MG_PLL_ENABLE(tc_port)); in mg_pll_get_hw_state()3754 val = intel_de_read(dev_priv, MG_PLL_ENABLE(tc_port)); in dkl_pll_get_hw_state()4115 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_enable()4195 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_disable()
10322 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ macro