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