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