Searched refs:pd_chan (Results 1 – 1 of 1) sorted by relevance
172 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active() argument174 return list_first_entry(&pd_chan->active_list, in pdc_first_active()179 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued() argument181 return list_first_entry(&pd_chan->queue, in pdc_first_queued()211 struct pch_dma_chan *pd_chan = to_pd_chan(chan); in pdc_set_dir() local225 if (pd_chan->dir == DMA_MEM_TO_DEV) in pdc_set_dir()243 if (pd_chan->dir == DMA_MEM_TO_DEV) in pdc_set_dir()291 static u32 pdc_get_status0(struct pch_dma_chan *pd_chan) in pdc_get_status0() argument293 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status0()298 DMA_STATUS_BITS_PER_CH * pd_chan->chan.chan_id)); in pdc_get_status0()[all …]