Searched refs:MG_PLL_BIAS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_mg_phy_regs.h | 268 #define MG_PLL_BIAS(tc_port) _MMIO_PORT((tc_port), _MG_PLL_BIAS_PORT1, \ macro
|
H A D | intel_dpll_mgr.c | 3441 hw_state->mg_pll_bias = intel_de_read(dev_priv, MG_PLL_BIAS(tc_port)); in mg_pll_get_hw_state() 3684 intel_de_rmw(dev_priv, MG_PLL_BIAS(tc_port), in icl_mg_pll_write()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.c | 3718 hw_state->mg_pll_bias = intel_de_read(dev_priv, MG_PLL_BIAS(tc_port)); in mg_pll_get_hw_state() 3944 val = intel_de_read(dev_priv, MG_PLL_BIAS(tc_port)); in icl_mg_pll_write() 3947 intel_de_write(dev_priv, MG_PLL_BIAS(tc_port), val); in icl_mg_pll_write()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 10452 #define MG_PLL_BIAS(tc_port) _MMIO_PORT((tc_port), _MG_PLL_BIAS_PORT1, \ macro
|
Completed in 50 milliseconds