Lines Matching defs:tsi721_bdma_chan
661 struct tsi721_bdma_chan { struct
662 int id;
663 void __iomem *regs;
664 int bd_num; /* number of HW buffer descriptors */
665 void *bd_base; /* start of DMA descriptors */
666 dma_addr_t bd_phys;
667 void *sts_base; /* start of DMA BD status FIFO */
668 dma_addr_t sts_phys;
669 int sts_size;
670 u32 sts_rdptr;
671 u32 wr_count;
672 u32 wr_count_next;
674 struct dma_chan dchan;
675 struct tsi721_tx_desc *tx_desc;
676 spinlock_t lock;
677 struct list_head active_list;
678 struct list_head queue;
679 struct list_head free_list;
680 struct tasklet_struct tasklet;
681 bool active;