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

/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.h80 u32 ctop_off; /* offset of C top from the member in struct:common_obj
H A Dvpif_capture.h69 u32 ctop_off; member in struct:common_obj
H A Dvpif_display.c90 !ISALIGNED(addr + common->ctop_off) ||
209 (addr + common->ctop_off),
320 addr + common->ctop_off,
525 common->ctop_off = sizeimage / 2;
530 common->ctop_off = sizeimage / 2;
531 common->cbtm_off = common->ctop_off + sizeimage / 4;
536 common->ctop_off = common->cbtm_off + sizeimage / 4;
1137 common->ctop_off = 0;
H A Dvpif_capture.c89 !IS_ALIGNED((addr + common->ctop_off), 8) ||
217 addr + common->ctop_off,
356 addr + common->ctop_off,
585 common->ctop_off = sizeimage / 2;
591 common->ctop_off = sizeimage / 2;
592 common->cbtm_off = common->ctop_off + sizeimage / 4;
598 common->ctop_off = common->cbtm_off + sizeimage / 4;

Completed in 108 milliseconds