Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/davinci/
Dvpif_capture.h78 u32 ctop_off; member
Dvpif_display.h88 u32 ctop_off; /* offset of C top from the member
Dvpif_display.c90 !ISALIGNED(addr + common->ctop_off) || in vpif_buffer_prepare()
208 (addr + common->ctop_off), in vpif_start_streaming()
319 addr + common->ctop_off, in process_progressive_mode()
524 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
529 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
530 common->cbtm_off = common->ctop_off + sizeimage / 4; in vpif_calculate_offsets()
535 common->ctop_off = common->cbtm_off + sizeimage / 4; in vpif_calculate_offsets()
1160 common->ctop_off = 0; in vpif_probe_complete()
Dvpif_capture.c98 !IS_ALIGNED((addr + common->ctop_off), 8) || in vpif_buffer_prepare()
225 addr + common->ctop_off, in vpif_start_streaming()
364 addr + common->ctop_off, in vpif_schedule_next_buffer()
593 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
599 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
600 common->cbtm_off = common->ctop_off + sizeimage / 4; in vpif_calculate_offsets()
606 common->ctop_off = common->cbtm_off + sizeimage / 4; in vpif_calculate_offsets()