Lines Matching refs:x4
3207 unsigned ticks, bool x4, bool x16) in dsi_set_lp_rx_timeout() argument
3221 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* LP_RX_TO_X4 */ in dsi_set_lp_rx_timeout()
3225 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_lp_rx_timeout()
3229 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_lp_rx_timeout()
3261 unsigned ticks, bool x4, bool x16) in dsi_set_stop_state_counter() argument
3275 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* STOP_STATE_X4_IO */ in dsi_set_stop_state_counter()
3279 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_stop_state_counter()
3283 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_stop_state_counter()
3288 unsigned ticks, bool x4, bool x16) in dsi_set_hs_tx_timeout() argument
3302 r = FLD_MOD(r, x4 ? 1 : 0, 29, 29); /* HS_TX_TO_X8 (4 really) */ in dsi_set_hs_tx_timeout()
3306 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_hs_tx_timeout()
3310 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_hs_tx_timeout()