Searched refs:N_LANES (Results 1 – 2 of 2) sorted by relevance
193 #define N_LANES(n) (((n) - 1) & 0x3) macro807 N_LANES(dsi->lanes)); in dw_mipi_dsi_dphy_interface_config()
40 #define N_LANES(n) ((((n) - 1) & 0x3) << 0) macro