Searched refs:cicr0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | pxa_camera.c | 921 unsigned long cicr0; in pxa_camera_start_capture() local 926 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_ENB; in pxa_camera_start_capture() 927 cicr0 &= ~CICR0_EOFM; in pxa_camera_start_capture() 928 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_start_capture() 933 unsigned long cicr0; in pxa_camera_stop_capture() local 937 cicr0 = __raw_readl(pcdev->base + CICR0) & ~CICR0_ENB; in pxa_camera_stop_capture() 938 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_stop_capture() 1178 unsigned long status, cicr0; in pxa_camera_irq() local 1190 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_EOFM; in pxa_camera_irq() 1191 __raw_writel(cicr0, pcde in pxa_camera_irq() 1202 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; pxa_camera_setup_cicr() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/intel/ |
H A D | pxa_camera.c | 917 unsigned long cicr0; in pxa_camera_start_capture() local 922 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_ENB; in pxa_camera_start_capture() 923 cicr0 &= ~CICR0_EOFM; in pxa_camera_start_capture() 924 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_start_capture() 929 unsigned long cicr0; in pxa_camera_stop_capture() local 933 cicr0 = __raw_readl(pcdev->base + CICR0) & ~CICR0_ENB; in pxa_camera_stop_capture() 934 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_stop_capture() 1174 unsigned long status, cicr0; in pxa_camera_irq() local 1186 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_EOFM; in pxa_camera_irq() 1187 __raw_writel(cicr0, pcde in pxa_camera_irq() 1198 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; pxa_camera_setup_cicr() local [all...] |
Completed in 5 milliseconds