Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/davinci/
Dvpif_capture.h84 u32 ctop_off; member
Dvpif_display.h90 u32 ctop_off; /* offset of C top from the member
Dvpif_display.c89 !ISALIGNED(addr + common->ctop_off) || in vpif_buffer_prepare()
207 (addr + common->ctop_off), in vpif_start_streaming()
318 addr + common->ctop_off, in process_progressive_mode()
523 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
528 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
529 common->cbtm_off = common->ctop_off + sizeimage / 4; in vpif_calculate_offsets()
534 common->ctop_off = common->cbtm_off + sizeimage / 4; in vpif_calculate_offsets()
1156 common->ctop_off = 0; in vpif_probe_complete()
Dvpif_capture.c95 !IS_ALIGNED((addr + common->ctop_off), 8) || in vpif_buffer_prepare()
225 addr + common->ctop_off, in vpif_start_streaming()
363 addr + common->ctop_off, in vpif_schedule_next_buffer()
562 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
568 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
569 common->cbtm_off = common->ctop_off + sizeimage / 4; in vpif_calculate_offsets()
575 common->ctop_off = common->cbtm_off + sizeimage / 4; in vpif_calculate_offsets()