Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c917 unsigned long cicr0; in pxa_camera_start_capture() local
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
934 __raw_writel(cicr0, pcdev->base + CICR0); in pxa_camera_stop_capture()
1174 unsigned long status, cicr0; in pxa_camera_irq() local
1238 cicr0 = __raw_readl(pcdev->base + CICR0); in pxa_camera_setup_cicr()
1239 if (cicr0 & CICR0_ENB) in pxa_camera_setup_cicr()
1282 cicr0 = (cicr0 & CICR0_ENB) | (pcdev->platform_flags & PXA_CAMERA_MASTER ? in pxa_camera_setup_cicr()
1284 cicr0 |= CICR0_DMAEN | CICR0_IRQ_MASK; in pxa_camera_setup_cicr()
[all …]