Searched refs:DSI_CONTROL_LANES (Results 1 – 2 of 2) sorted by relevance
38 #define DSI_CONTROL_LANES(n) (((n) & 0x3) << 4) macro
508 DSI_CONTROL_LANES(dsi->lanes - 1) | in tegra_dsi_configure()1382 value = DSI_CONTROL_LANES(0) | DSI_CONTROL_HOST_ENABLE; in tegra_dsi_host_transfer()