Searched refs:ebb0 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.h | 209 u32 ebb0, ebb4, pll0, pll1, pll2, pll3, pll6, pll8, pll9, pll10, pcsdw12; member
|
H A D | intel_dpll_mgr.c | 2069 PORT_PLL_P1_MASK | PORT_PLL_P2_MASK, hw_state->ebb0); in bxt_ddi_pll_enable() 2186 hw_state->ebb0 = intel_de_read(i915, BXT_PORT_PLL_EBB_0(phy, ch)); in bxt_ddi_pll_get_hw_state() 2187 hw_state->ebb0 &= PORT_PLL_P1_MASK | PORT_PLL_P2_MASK; in bxt_ddi_pll_get_hw_state() 2335 hw_state->ebb0 = PORT_PLL_P1(clk_div->p1) | PORT_PLL_P2(clk_div->p2); in bxt_ddi_set_dpll_hw_state() 2374 clock.p1 = REG_FIELD_GET(PORT_PLL_P1_MASK, hw_state->ebb0); in bxt_ddi_pll_get_freq() 2375 clock.p2 = REG_FIELD_GET(PORT_PLL_P2_MASK, hw_state->ebb0); in bxt_ddi_pll_get_freq() 2464 hw_state->ebb0, hw_state->ebb4, in bxt_dump_hw_state() 2476 return a->ebb0 == b->ebb0 && in bxt_compare_hw_state()
|