Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.c4059 u32 lastline, lastpix, ctl; in rk_camera_irq() local
4189 lastpix = rkcif_read_reg(cif, CIF_REG_DVP_LAST_PIX); in rk_camera_irq()
4190 lastpix = CIF_FETCH_Y_LAST_LINE(lastpix); in rk_camera_irq()
4193 lastline, lastpix, ctl); in rk_camera_irq()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c7880 u32 lastline, lastpix, ctl, cif_frmst, intstat, frmid; in rkcif_irq_oneframe() local
7886 lastpix = rkcif_read_register(cif_dev, CIF_REG_DVP_LAST_PIX); in rkcif_irq_oneframe()
7932 intstat, cif_frmst, lastline, lastpix); in rkcif_irq_oneframe()
10747 u32 lastline, lastpix, ctl; in rkcif_irq_pingpong() local
10756 lastpix = rkcif_read_register(cif_dev, CIF_REG_DVP_LAST_PIX); in rkcif_irq_pingpong()
10757 lastpix = CIF_FETCH_Y_LAST_LINE(lastpix); in rkcif_irq_pingpong()
10760 cif_dev->err_state_work.lastpixel = lastpix; in rkcif_irq_pingpong()
10839 intstat, cif_frmst, lastpix, lastline); in rkcif_irq_pingpong()