Home
last modified time | relevance | path

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

/drivers/dma/
Dpch_dma.c113 unsigned int descs_allocated; member
482 pd_chan->descs_allocated++; in pdc_desc_get()
517 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
533 pd_chan->descs_allocated = i; in pd_alloc_chan_resources()
539 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
555 pd_chan->descs_allocated = 0; in pd_free_chan_resources()
Dat_hdmac.c136 atchan->descs_allocated++; in atc_desc_get()
1131 return atchan->descs_allocated; in atc_alloc_chan_resources()
1145 atchan->descs_allocated = i; in atc_alloc_chan_resources()
1155 atchan->descs_allocated); in atc_alloc_chan_resources()
1157 return atchan->descs_allocated; in atc_alloc_chan_resources()
1172 atchan->descs_allocated); in atc_free_chan_resources()
1186 atchan->descs_allocated = 0; in atc_free_chan_resources()
Dimx-dma.c155 int descs_allocated; member
741 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { in imxdma_alloc_chan_resources()
755 imxdmac->descs_allocated++; in imxdma_alloc_chan_resources()
758 if (!imxdmac->descs_allocated) in imxdma_alloc_chan_resources()
761 return imxdmac->descs_allocated; in imxdma_alloc_chan_resources()
781 imxdmac->descs_allocated--; in imxdma_free_chan_resources()
Dtxx9dmac.c235 dc->descs_allocated++; in txx9dmac_desc_get()
1057 i = dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1058 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { in txx9dmac_alloc_chan_resources()
1071 i = ++dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1089 dc->descs_allocated); in txx9dmac_free_chan_resources()
1098 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
Ddw_dmac_regs.h210 unsigned int descs_allocated; member
Ddw_dmac.c1156 i = dwc->descs_allocated; in dwc_alloc_chan_resources()
1157 while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) { in dwc_alloc_chan_resources()
1177 i = ++dwc->descs_allocated; in dwc_alloc_chan_resources()
1201 dwc->descs_allocated); in dwc_free_chan_resources()
1210 dwc->descs_allocated = 0; in dwc_free_chan_resources()
Dat_hdmac_regs.h257 unsigned int descs_allocated; member