Home
last modified time | relevance | path

Searched refs:ctd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpdma_priv.h596 static inline u32 ctd_get_pixel_count(struct vpdma_ctd *ctd) in ctd_get_pixel_count() argument
598 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() argument
603 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() argument
608 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() argument
613 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() argument
618 return (ctd->fid_ctl >> CTD_FID1_SHFT) & CTD_FID1_MASK; in ctd_get_fid1_ctl()
[all …]
Dvpdma.c535 static void dump_ctd(struct vpdma_ctd *ctd) in dump_ctd() argument
540 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() local
553 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 …]
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h1402 uint32_t ctd:1; member
1406 uint32_t ctd:1;
1421 uint32_t ctd:1; member
1425 uint32_t ctd:1;
1440 uint32_t ctd:1; member
1444 uint32_t ctd:1;