Searched defs:N_LANES (Results 1 – 3 of 3) sorted by relevance
118 #define N_LANES DSI_HOST_BITS(0x0a4, 2, 0) macro
193 #define N_LANES(n) (((n) - 1) & 0x3) macro
41 #define N_LANES(n) ((((n) - 1) & 0x3) << 0) macro