Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dpch_dma.c303 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle() function
321 if (!pdc_is_idle(pd_chan)) { in pdc_dostart()
366 BUG_ON(!pdc_is_idle(pd_chan)); in pdc_complete_all()
496 if (!pdc_is_idle(pd_chan)) { in pd_alloc_chan_resources()
534 BUG_ON(!pdc_is_idle(pd_chan)); in pd_free_chan_resources()
559 if (pdc_is_idle(pd_chan)) { in pd_issue_pending()
678 if (!pdc_is_idle(pd_chan)) { in pdc_tasklet()