Lines Matching refs:use_dma_ppb
155 static bool use_dma_ppb = 1; variable
168 module_param(use_dma_ppb, bool, S_IRUGO);
169 MODULE_PARM_DESC(use_dma_ppb, "true for DMA in packet per buffer mode");
192 if (use_dma && use_dma_ppb && !use_dma_ppb_du) { in print_regs()
196 } else if (use_dma && use_dma_ppb && use_dma_ppb_du) { in print_regs()
742 if (use_dma_ppb) { in prep_dma()
766 use_dma_ppb, req->req.length, in prep_dma()
772 if (!use_dma_ppb || req->req.length < ep->ep.maxpacket in prep_dma()
2116 if (!use_dma_ppb) { in udc_data_out_isr()
2137 if (!use_dma_ppb) { in udc_data_out_isr()
2376 if (use_dma_ppb && req->req.length > in udc_data_in_isr()
3092 if (use_dma_ppb) { in init_dma_pools()