Home
last modified time | relevance | path

Searched refs:mg_refclkin_ctl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.h218 u32 mg_refclkin_ctl; member
H A Dintel_dpll_mgr.c2974 hw_state->mg_refclkin_ctl = MG_REFCLKIN_CTL_OD_2_MUX(1); in icl_mg_pll_find_divisors()
3562 hw_state->mg_refclkin_ctl = intel_de_read(i915, in mg_pll_get_hw_state()
3564 hw_state->mg_refclkin_ctl &= MG_REFCLKIN_CTL_OD_2_MUX_MASK; in mg_pll_get_hw_state()
3631 hw_state->mg_refclkin_ctl = intel_dkl_phy_read(i915, in dkl_pll_get_hw_state()
3633 hw_state->mg_refclkin_ctl &= MG_REFCLKIN_CTL_OD_2_MUX_MASK; in dkl_pll_get_hw_state()
3811 MG_REFCLKIN_CTL_OD_2_MUX_MASK, hw_state->mg_refclkin_ctl); in icl_mg_pll_write()
3855 val |= hw_state->mg_refclkin_ctl; in dkl_pll_write()
4097 hw_state->mg_refclkin_ctl, in icl_dump_hw_state()
4119 a->mg_refclkin_ctl == b->mg_refclkin_ctl && in icl_compare_hw_state()