Searched refs:ctd (Results 1 – 3 of 3) sorted by relevance
596 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) in ctd_get_pixel_count() argument598 return ctd->pixel_line_count >> CTD_PIXEL_COUNT_SHFT; in ctd_get_pixel_count()601 static inline int ctd_get_line_count(struct vpdma_ctd *ctd) in ctd_get_line_count() argument603 return ctd->pixel_line_count & CTD_LINE_COUNT_MASK; in ctd_get_line_count()606 static inline int ctd_get_event(struct vpdma_ctd *ctd) in ctd_get_event() argument608 return ctd->event & CTD_EVENT_MASK; in ctd_get_event()611 static inline int ctd_get_fid2_ctl(struct vpdma_ctd *ctd) in ctd_get_fid2_ctl() argument613 return (ctd->fid_ctl >> CTD_FID2_SHFT) & CTD_FID2_MASK; in ctd_get_fid2_ctl()616 static inline int ctd_get_fid1_ctl(struct vpdma_ctd *ctd) in ctd_get_fid1_ctl() argument618 return (ctd->fid_ctl >> CTD_FID1_SHFT) & CTD_FID1_MASK; in ctd_get_fid1_ctl()[all …]
535 static void dump_ctd(struct vpdma_ctd *ctd) in dump_ctd() argument540 ctd_get_pkt_type(ctd), ctd_get_source(ctd), ctd_get_ctl(ctd)); in dump_ctd()551 struct vpdma_ctd *ctd; in vpdma_add_sync_on_channel_ctd() local553 ctd = list->next; in vpdma_add_sync_on_channel_ctd()554 WARN_ON((void *)(ctd + 1) > (list->buf.addr + list->buf.size)); in vpdma_add_sync_on_channel_ctd()556 ctd->w0 = 0; in vpdma_add_sync_on_channel_ctd()557 ctd->w1 = 0; in vpdma_add_sync_on_channel_ctd()558 ctd->w2 = 0; in vpdma_add_sync_on_channel_ctd()559 ctd->type_source_ctl = ctd_type_source_ctl(chan_info[chan].num, in vpdma_add_sync_on_channel_ctd()562 list->next = ctd + 1; in vpdma_add_sync_on_channel_ctd()[all …]
1402 uint32_t ctd:1; member1406 uint32_t ctd:1;1421 uint32_t ctd:1; member1425 uint32_t ctd:1;1440 uint32_t ctd:1; member1444 uint32_t ctd:1;