Searched refs:DSI_PLL_VCO_EN (Results 1 – 2 of 2) sorted by relevance
197 config->dsi_pll.ctrl |= DSI_PLL_VCO_EN; in vlv_dsi_pll_compute()225 config->dsi_pll.ctrl & ~DSI_PLL_VCO_EN); in vlv_dsi_pll_enable()256 tmp &= ~DSI_PLL_VCO_EN; in vlv_dsi_pll_disable()598 cur_state = vlv_cck_read(i915, CCK_REG_DSI_PLL_CONTROL) & DSI_PLL_VCO_EN; in assert_dsi_pll()
142 #define DSI_PLL_VCO_EN (1 << 31) macro