Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c469 int_en = CIF_TOISP1_FS(0); in sditf_channel_enable()
480 int_en = CIF_TOISP1_FS(0) | CIF_TOISP1_FS(1); in sditf_channel_enable()
495 int_en = CIF_TOISP1_FS(0) | CIF_TOISP1_FS(1) | CIF_TOISP1_FS(2); in sditf_channel_enable()
H A Dregs.h758 #define CIF_TOISP1_FS(ch) (BIT(17) << ch) macro