Lines Matching defs:transition
2578 * results in maximum transition time for data and clock lanes to enter and
2587 int transition;
2590 * If DDR_CLK_ALWAYS_ON is set, we need to consider HS mode transition
2592 * transition time of both data and clock lanes. HS transition time
2596 transition = enter_hs + exit_hs + max(enter_hs, 2) + 1;
2602 transition = max(trans1, trans2);
2605 return blank > transition ? blank - transition : 0;
2610 * results in maximum transition time for data lanes to enter and exit LP mode.
2618 int trans_lp; /* time required for a LP transition, in TXBYTECLKHS */
2624 /* maximum LP transition time according to Scenario 1 */
3273 * that the DSI host should transition to LP at least once per frame.