Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c467 int_en = CIF_TOISP0_FS(0); in sditf_channel_enable()
478 int_en = CIF_TOISP0_FS(0) | CIF_TOISP0_FS(1); in sditf_channel_enable()
493 int_en = CIF_TOISP0_FS(0) | CIF_TOISP0_FS(1) | CIF_TOISP0_FS(2); in sditf_channel_enable()
H A Dregs.h757 #define CIF_TOISP0_FS(ch) (BIT(14) << ch) macro