Lines Matching refs:use_dma_ppb
214 static bool use_dma_ppb = 1; variable
227 module_param(use_dma_ppb, bool, S_IRUGO);
228 MODULE_PARM_DESC(use_dma_ppb, "true for DMA in packet per buffer mode");
251 if (use_dma && use_dma_ppb && !use_dma_ppb_du) { in print_regs()
255 } else if (use_dma && use_dma_ppb && use_dma_ppb_du) { in print_regs()
942 if (use_dma_ppb) { in prep_dma()
966 use_dma_ppb, req->req.length, in prep_dma()
972 if (!use_dma_ppb || req->req.length < ep->ep.maxpacket in prep_dma()
2192 if (!use_dma_ppb) { in udc_data_out_isr()
2213 if (!use_dma_ppb) { in udc_data_out_isr()
2452 if (use_dma_ppb && req->req.length > in udc_data_in_isr()
3163 if (use_dma_ppb) { in init_dma_pools()