Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/intel/
H A Dpxa_camera.c918 unsigned long cicr0; in pxa_camera_start_capture() local
924 cicr0 &= ~CICR0_EOFM; in pxa_camera_start_capture()
925 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_start_capture()
930 unsigned long cicr0; in pxa_camera_stop_capture() local
935 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_stop_capture()
1175 unsigned long status, cicr0; in pxa_camera_irq() local
1239 cicr0 = __raw_readl(pcdev->base + CICR0); in pxa_camera_setup_cicr()
1240 if (cicr0 & CICR0_ENB) in pxa_camera_setup_cicr()
1283 cicr0 = (cicr0 & CICR0_ENB) | (pcdev->platform_flags & PXA_CAMERA_MASTER ? in pxa_camera_setup_cicr()
1285 cicr0 |= CICR0_DMAEN | CICR0_IRQ_MASK; in pxa_camera_setup_cicr()
[all …]