Searched refs:MIPI_DPHY_D_LANES (Results 1 – 2 of 2) sorted by relevance
1291 if (cfg->active_lanes > MIPI_DPHY_D_LANES) { in mipi_tx_init_dphy()1309 (cfg->active_lanes - MIPI_DPHY_D_LANES), in mipi_tx_init_dphy()1314 dphy_init_sequence(kmb_dsi, cfg, dphy_no, MIPI_DPHY_D_LANES, in mipi_tx_init_dphy()1318 wait_init_done(kmb_dsi, dphy_no, MIPI_DPHY_D_LANES); in mipi_tx_init_dphy()1320 cfg->active_lanes - MIPI_DPHY_D_LANES); in mipi_tx_init_dphy()
59 #define MIPI_DPHY_D_LANES 2 macro