Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-scale.c800 ~(SCALE_END_INTSTAT(ch) | in rkcif_scale_channel_set()
803 (SCALE_END_INTSTAT(ch) | in rkcif_scale_channel_set()
928 if (intstat & SCALE_END_INTSTAT(0)) { in rkcif_scale_g_ch()
929 if ((intstat & SCALE_END_INTSTAT(0)) == in rkcif_scale_g_ch()
930 SCALE_END_INTSTAT(0)) in rkcif_scale_g_ch()
935 if (intstat & SCALE_END_INTSTAT(1)) { in rkcif_scale_g_ch()
936 if ((intstat & SCALE_END_INTSTAT(1)) == in rkcif_scale_g_ch()
937 SCALE_END_INTSTAT(1)) in rkcif_scale_g_ch()
942 if (intstat & SCALE_END_INTSTAT(2)) { in rkcif_scale_g_ch()
943 if ((intstat & SCALE_END_INTSTAT(2)) == in rkcif_scale_g_ch()
[all …]
H A Dregs.h741 #define SCALE_END_INTSTAT(ch) (0x3 << ((ch + 1) * 2)) macro