Searched refs:MIPI_DPHY_D_LANES (Results 1 – 2 of 2) sorted by relevance
1290 if (cfg->active_lanes > MIPI_DPHY_D_LANES) { in mipi_tx_init_dphy()1308 (cfg->active_lanes - MIPI_DPHY_D_LANES), in mipi_tx_init_dphy()1313 dphy_init_sequence(kmb_dsi, cfg, dphy_no, MIPI_DPHY_D_LANES, in mipi_tx_init_dphy()1317 wait_init_done(kmb_dsi, dphy_no, MIPI_DPHY_D_LANES); in mipi_tx_init_dphy()1319 cfg->active_lanes - MIPI_DPHY_D_LANES); in mipi_tx_init_dphy()
59 #define MIPI_DPHY_D_LANES 2 macro