Searched refs:DWC_MAX_COUNT (Results 1 – 1 of 1) sorted by relevance
65 #define DWC_MAX_COUNT 4095U macro660 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()