Lines Matching refs:at
172 struct list_head *at; member
223 struct s3c24xx_txd *at; member
381 struct s3c24xx_txd *txd = s3cchan->at; in s3c24xx_dma_getbytes_chan()
453 struct s3c24xx_sg *dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_start_next_sg()
519 s3cchan->at = txd; in s3c24xx_dma_start_next_txd()
526 txd->at = txd->dsg_list.next; in s3c24xx_dma_start_next_txd()
679 txd = s3cchan->at; in s3c24xx_dma_irq()
682 if (!list_is_last(txd->at, &txd->dsg_list)) { in s3c24xx_dma_irq()
683 txd->at = txd->at->next; in s3c24xx_dma_irq()
688 s3cchan->at = NULL; in s3c24xx_dma_irq()
703 txd->at = txd->dsg_list.next; in s3c24xx_dma_irq()
725 if (!s3cchan->phy && !s3cchan->at) { in s3c24xx_dma_terminate_all()
739 if (s3cchan->at) { in s3c24xx_dma_terminate_all()
740 s3c24xx_dma_desc_free(&s3cchan->at->vd); in s3c24xx_dma_terminate_all()
741 s3cchan->at = NULL; in s3c24xx_dma_terminate_all()
797 txd = s3cchan->at; in s3c24xx_dma_tx_status()
799 dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_tx_status()