Searched refs:pd_chan (Results 1 – 1 of 1) sorted by relevance
176 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active() argument178 return list_first_entry(&pd_chan->active_list, in pdc_first_active()183 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued() argument185 return list_first_entry(&pd_chan->queue, in pdc_first_queued()215 struct pch_dma_chan *pd_chan = to_pd_chan(chan); in pdc_set_dir() local229 if (pd_chan->dir == DMA_MEM_TO_DEV) in pdc_set_dir()247 if (pd_chan->dir == DMA_MEM_TO_DEV) in pdc_set_dir()295 static u32 pdc_get_status0(struct pch_dma_chan *pd_chan) in pdc_get_status0() argument297 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status0()302 DMA_STATUS_BITS_PER_CH * pd_chan->chan.chan_id)); in pdc_get_status0()[all …]