Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dvlv_sideband_reg.h169 #define DSI_PLL_M1_DIV_MASK (0x1ff << 0) macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c140 pll_div &= DSI_PLL_M1_DIV_MASK; in vlv_dsi_pclk()