Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif_capture.h69 u32 ctop_off; member
H A Dvpif_display.h80 u32 ctop_off; /* offset of C top from the member
H A 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()
1136 common->ctop_off = 0; in vpif_probe_complete()
H A Dvpif_capture.c89 !IS_ALIGNED((addr + common->ctop_off), 8) || in vpif_buffer_prepare()
216 addr + common->ctop_off, in vpif_start_streaming()
355 addr + common->ctop_off, in vpif_schedule_next_buffer()
584 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
590 common->ctop_off = sizeimage / 2; in vpif_calculate_offsets()
591 common->cbtm_off = common->ctop_off + sizeimage / 4; in vpif_calculate_offsets()
597 common->ctop_off = common->cbtm_off + sizeimage / 4; in vpif_calculate_offsets()