Lines Matching defs:state
1281 static int dsi_pll_power(struct dsi_data *dsi, enum dsi_pll_power_state state)
1287 state == DSI_PLL_POWER_ON_DIV)
1288 state = DSI_PLL_POWER_ON_ALL;
1291 REG_FLD_MOD(dsi, DSI_CLK_CTRL, state, 31, 30);
1294 while (FLD_GET(dsi_read_reg(dsi, DSI_CLK_CTRL), 29, 28) != state) {
1297 state);
1632 static int dsi_cio_power(struct dsi_data *dsi, enum dsi_cio_power_state state)
1637 REG_FLD_MOD(dsi, DSI_COMPLEXIO_CFG1, state, 28, 27);
1641 26, 25) != state) {
1643 DSSERR("failed to set complexio power state to "
1644 "%d\n", state);
2056 /* ULPS is exited by Mark-1 state for 1ms, followed by
2057 * stop state. DSS HW cannot do this via the normal
2095 /* Keep Mark-1 state for 1ms (as per DSI spec) */
2101 * state by the HW */