Searched refs:MG_PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
3057 val = I915_READ(MG_PLL_ENABLE(tc_port)); in mg_pll_get_hw_state()3150 enable_reg = MG_PLL_ENABLE(0); in combo_pll_get_hw_state()3278 enable_reg = MG_PLL_ENABLE(0); in combo_pll_enable()3326 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_enable()3386 enable_reg = MG_PLL_ENABLE(0); in combo_pll_disable()3407 MG_PLL_ENABLE(icl_pll_id_to_tc_port(pll->info->id)); in mg_pll_disable()
9762 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ macro