Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c1198 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; in pxa_camera_setup_cicr() local
1242 cicr1 = CICR1_PPL_VAL(pcdev->current_pix.width - 1) | bpp | dw; in pxa_camera_setup_cicr()
1247 cicr1 |= CICR1_YCBCR_F; in pxa_camera_setup_cicr()
1260 cicr1 |= CICR1_COLOR_SP_VAL(2); in pxa_camera_setup_cicr()
1263 cicr1 |= CICR1_RGB_BPP_VAL(1) | CICR1_RGBT_CONV_VAL(2) | in pxa_camera_setup_cicr()
1267 cicr1 |= CICR1_COLOR_SP_VAL(1) | CICR1_RGB_BPP_VAL(2); in pxa_camera_setup_cicr()
1276 __raw_writel(cicr1, pcdev->base + CICR1); in pxa_camera_setup_cicr()