Searched refs:MG_PLL_BIAS (Results 1 – 2 of 2) sorted by relevance
3083 hw_state->mg_pll_bias = I915_READ(MG_PLL_BIAS(tc_port)); in mg_pll_get_hw_state()3225 val = I915_READ(MG_PLL_BIAS(tc_port)); in icl_mg_pll_write()3228 I915_WRITE(MG_PLL_BIAS(tc_port), val); in icl_mg_pll_write()
9892 #define MG_PLL_BIAS(tc_port) _MMIO_PORT((tc_port), _MG_PLL_BIAS_PORT1, \ macro