Home
last modified time | relevance | path

Searched refs:MIPI_DPHY_D_LANES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c1291 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()
H A Dkmb_dsi.h59 #define MIPI_DPHY_D_LANES 2 macro