Searched refs:ctd (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h594 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) argument
596 return ctd->pixel_line_count >> CTD_PIXEL_COUNT_SHFT;
599 static inline int ctd_get_line_count(struct vpdma_ctd *ctd) argument
601 return ctd->pixel_line_count & CTD_LINE_COUNT_MASK;
604 static inline int ctd_get_event(struct vpdma_ctd *ctd) argument
606 return ctd->event & CTD_EVENT_MASK;
609 static inline int ctd_get_fid2_ctl(struct vpdma_ctd *ctd) argument
611 return (ctd->fid_ctl >> CTD_FID2_SHFT) & CTD_FID2_MASK;
614 static inline int ctd_get_fid1_ctl(struct vpdma_ctd *ctd) argument
616 return (ctd
619 ctd_get_fid0_ctl(struct vpdma_ctd *ctd) argument
624 ctd_get_pkt_type(struct vpdma_ctd *ctd) argument
629 ctd_get_source(struct vpdma_ctd *ctd) argument
634 ctd_get_ctl(struct vpdma_ctd *ctd) argument
[all...]
H A Dvpdma.c690 static void dump_ctd(struct vpdma_ctd *ctd) argument
695 ctd_get_pkt_type(ctd), ctd_get_source(ctd), ctd_get_ctl(ctd));
706 struct vpdma_ctd *ctd; local
708 ctd = list->next;
709 WARN_ON((void *)(ctd + 1) > (list->buf.addr + list->buf.size));
711 ctd->w0 = 0;
712 ctd->w1 = 0;
713 ctd
731 struct vpdma_ctd *ctd; local
[all...]

Completed in 87 milliseconds