Searched refs:CICR0 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dpxa_camera.c47 #define CICR0 0x0000 macro
616 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_ENB;
618 __raw_writel(cicr0, pcdev->base + CICR0);
627 cicr0 = __raw_readl(pcdev->base + CICR0) & ~CICR0_ENB;
628 __raw_writel(cicr0, pcdev->base + CICR0);
902 __raw_writel(0x3ff, pcdev->base + CICR0);
961 cicr0 = __raw_readl(pcdev->base + CICR0) | CICR0_EOFM;
962 __raw_writel(cicr0, pcdev->base + CICR0);
1003 __raw_writel(0x3ff, pcdev->base + CICR0);
1104 cicr0 = __raw_readl(pcdev->base + CICR0);
[all...]

Completed in 69 milliseconds