Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/dma/
Ddw_dmac.c65 #define DWC_MAX_COUNT 4095U macro
660 DWC_MAX_COUNT); in dwc_prep_dma_memcpy()
768 if ((len >> mem_width) > DWC_MAX_COUNT) { in dwc_prep_slave_sg()
769 dlen = DWC_MAX_COUNT << mem_width; in dwc_prep_slave_sg()
835 if ((len >> reg_width) > DWC_MAX_COUNT) { in dwc_prep_slave_sg()
836 dlen = DWC_MAX_COUNT << reg_width; in dwc_prep_slave_sg()
1230 if (period_len > (DWC_MAX_COUNT << reg_width)) in dw_dma_cyclic_prep()