Lines Matching refs:x4
3206 unsigned ticks, bool x4, bool x16) in dsi_set_lp_rx_timeout() argument
3220 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* LP_RX_TO_X4 */ in dsi_set_lp_rx_timeout()
3224 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_lp_rx_timeout()
3228 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_lp_rx_timeout()
3260 unsigned ticks, bool x4, bool x16) in dsi_set_stop_state_counter() argument
3274 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* STOP_STATE_X4_IO */ in dsi_set_stop_state_counter()
3278 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_stop_state_counter()
3282 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_stop_state_counter()
3287 unsigned ticks, bool x4, bool x16) in dsi_set_hs_tx_timeout() argument
3301 r = FLD_MOD(r, x4 ? 1 : 0, 29, 29); /* HS_TX_TO_X8 (4 really) */ in dsi_set_hs_tx_timeout()
3305 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_hs_tx_timeout()
3309 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_hs_tx_timeout()