Home
last modified time | relevance | path

Searched refs:SW_CSI_ID1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c306 val = SW_CSI_ID1(csi->mipi_di[1]) | in csi_config()
309 mask = SW_CSI_ID1(0xff) | SW_CSI_ID2(0xff) | SW_CSI_ID3(0xff); in csi_config()
H A Dregs_v2x.h2356 #define SW_CSI_ID1(a) (((a) & 0xff) << 8) macro