Searched refs:cicr1 (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.c1064 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; local
1108 cicr1 = CICR1_PPL_VAL(icd->user_width - 1) | bpp | dw;
1113 cicr1 |= CICR1_YCBCR_F;
1125 cicr1 |= CICR1_COLOR_SP_VAL(2);
1128 cicr1 |= CICR1_RGB_BPP_VAL(1) | CICR1_RGBT_CONV_VAL(2) |
1132 cicr1 |= CICR1_COLOR_SP_VAL(1) | CICR1_RGB_BPP_VAL(2);
1141 __raw_writel(cicr1, pcdev->base + CICR1);

Completed in 50 milliseconds