Home
last modified time | relevance | path

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

/linux-4.1.27/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
760 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { in imxdma_alloc_chan_resources()
774 imxdmac->descs_allocated++; in imxdma_alloc_chan_resources()
777 if (!imxdmac->descs_allocated) in imxdma_alloc_chan_resources()
780 return imxdmac->descs_allocated; in imxdma_alloc_chan_resources()
800 imxdmac->descs_allocated--; in imxdma_free_chan_resources()
Dtxx9dmac.c235 dc->descs_allocated++; in txx9dmac_desc_get()
1027 i = dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1028 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { in txx9dmac_alloc_chan_resources()
1041 i = ++dc->descs_allocated; in txx9dmac_alloc_chan_resources()
1059 dc->descs_allocated); in txx9dmac_free_chan_resources()
1068 dc->descs_allocated = 0; in txx9dmac_free_chan_resources()
Dat_hdmac.c158 atchan->descs_allocated++; in atc_desc_get()
1391 return atchan->descs_allocated; in atc_alloc_chan_resources()
1405 atchan->descs_allocated = i; in atc_alloc_chan_resources()
1415 atchan->descs_allocated); in atc_alloc_chan_resources()
1417 return atchan->descs_allocated; in atc_alloc_chan_resources()
1432 atchan->descs_allocated); in atc_free_chan_resources()
1446 atchan->descs_allocated = 0; in atc_free_chan_resources()
Dtxx9dmac.h179 unsigned int descs_allocated; member
Dat_hdmac_regs.h262 unsigned int descs_allocated; member
/linux-4.1.27/drivers/dma/sh/
Dusb-dmac.c85 int descs_allocated; member
298 chan->descs_allocated = 0; in usb_dmac_desc_free()
389 while (uchan->descs_allocated < USB_DMAC_INITIAL_NR_DESC) { in usb_dmac_alloc_chan_resources()
396 uchan->descs_allocated++; in usb_dmac_alloc_chan_resources()
/linux-4.1.27/drivers/dma/dw/
Dregs.h243 unsigned int descs_allocated; member
Dcore.c1165 i = dwc->descs_allocated; in dwc_alloc_chan_resources()
1166 while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) { in dwc_alloc_chan_resources()
1186 i = ++dwc->descs_allocated; in dwc_alloc_chan_resources()
1210 dwc->descs_allocated); in dwc_free_chan_resources()
1219 dwc->descs_allocated = 0; in dwc_free_chan_resources()