Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx3_camera.c728 u32 ctrl, width_field, height_field; in configure_geometry() local
744 height_field = height - 1; in configure_geometry()
745 csi_reg_write(mx3_cam, width_field | (height_field << 16), CSI_SENS_FRM_SIZE); in configure_geometry()
748 csi_reg_write(mx3_cam, (height_field << 16) | 0x22, CSI_FLASH_STROBE_2); in configure_geometry()
750 csi_reg_write(mx3_cam, width_field | (height_field << 16), CSI_ACT_FRM_SIZE); in configure_geometry()