Lines Matching refs:x4
2404 bool x4, bool x16) in dsi_set_lp_rx_timeout() argument
2418 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* LP_RX_TO_X4 */ in dsi_set_lp_rx_timeout()
2422 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_lp_rx_timeout()
2426 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_lp_rx_timeout()
2458 bool x4, bool x16) in dsi_set_stop_state_counter() argument
2472 r = FLD_MOD(r, x4 ? 1 : 0, 13, 13); /* STOP_STATE_X4_IO */ in dsi_set_stop_state_counter()
2476 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_stop_state_counter()
2480 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_stop_state_counter()
2485 bool x4, bool x16) in dsi_set_hs_tx_timeout() argument
2499 r = FLD_MOD(r, x4 ? 1 : 0, 29, 29); /* HS_TX_TO_X8 (4 really) */ in dsi_set_hs_tx_timeout()
2503 total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1); in dsi_set_hs_tx_timeout()
2507 ticks, x4 ? " x4" : "", x16 ? " x16" : "", in dsi_set_hs_tx_timeout()