Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c1755 dpll_hw_state->ebb0 = PORT_PLL_P1(clk_div->p1) | PORT_PLL_P2(clk_div->p2); in bxt_ddi_set_dpll_hw_state()
H A Di915_reg.h1812 #define PORT_PLL_P2(x) ((x) << PORT_PLL_P2_SHIFT) macro