Home
last modified time | relevance | path

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

/drivers/dma/
Dpch_dma.c114 unsigned int descs_allocated; member
483 pd_chan->descs_allocated++; in pdc_desc_get()
518 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
534 pd_chan->descs_allocated = i; in pd_alloc_chan_resources()
540 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
556 pd_chan->descs_allocated = 0; in pd_free_chan_resources()
Dimx-dma.c157 int descs_allocated; member
767 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { in imxdma_alloc_chan_resources()
781 imxdmac->descs_allocated++; in imxdma_alloc_chan_resources()
784 if (!imxdmac->descs_allocated) in imxdma_alloc_chan_resources()
787 return imxdmac->descs_allocated; in imxdma_alloc_chan_resources()
807 imxdmac->descs_allocated--; in imxdma_free_chan_resources()
Dat_hdmac.c138 atchan->descs_allocated++; in atc_desc_get()
1175 return atchan->descs_allocated; in atc_alloc_chan_resources()
1189 atchan->descs_allocated = i; in atc_alloc_chan_resources()
1200 atchan->descs_allocated); in atc_alloc_chan_resources()
1202 return atchan->descs_allocated; in atc_alloc_chan_resources()
1217 atchan->descs_allocated); in atc_free_chan_resources()
1231 atchan->descs_allocated = 0; in atc_free_chan_resources()
Dtxx9dmac.c235 dc->descs_allocated++; in txx9dmac_desc_get()
1032 i = dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1033 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { in txx9dmac_alloc_chan_resources()
1046 i = ++dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1064 dc->descs_allocated); in txx9dmac_free_chan_resources()
1073 dc->descs_allocated = 0; in txx9dmac_free_chan_resources()
Dintel_mid_dma_regs.h188 unsigned int descs_allocated; member
Dintel_mid_dma.c547 midc->descs_allocated = 0; in intel_mid_dma_device_control()
819 midc->descs_allocated = 0; in intel_mid_dma_free_chan_resources()
875 while (midc->descs_allocated < DESCS_PER_CHANNEL) { in intel_mid_dma_alloc_chan_resources()
889 i = ++midc->descs_allocated; in intel_mid_dma_alloc_chan_resources()
Dtxx9dmac.h179 unsigned int descs_allocated; member
Dat_hdmac_regs.h262 unsigned int descs_allocated; member
/drivers/dma/dw/
Dcore.c1158 i = dwc->descs_allocated; in dwc_alloc_chan_resources()
1159 while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) { in dwc_alloc_chan_resources()
1179 i = ++dwc->descs_allocated; in dwc_alloc_chan_resources()
1203 dwc->descs_allocated); in dwc_free_chan_resources()
1212 dwc->descs_allocated = 0; in dwc_free_chan_resources()
Dregs.h243 unsigned int descs_allocated; member