Searched refs:SW_CSI_ID3 (Results 1 – 2 of 2) sorted by relevance
308 SW_CSI_ID3(csi->mipi_di[3]); in csi_config()309 mask = SW_CSI_ID1(0xff) | SW_CSI_ID2(0xff) | SW_CSI_ID3(0xff); in csi_config()
2358 #define SW_CSI_ID3(a) (((a) & 0xff) << 24) macro