Lines Matching refs:using_dma
93 static inline bool using_dma(struct dwc2_hsotg *hsotg) in using_dma() function
1178 if (using_dma(hsotg) && !continuing && (length != 0)) { in dwc2_hsotg_start_req()
1227 if (dir_in && !using_dma(hsotg)) { in dwc2_hsotg_start_req()
1291 if (!using_dma(hsotg) || !((long)req_buf & 3)) in dwc2_hsotg_handle_unaligned_buf_start()
1322 if (!using_dma(hsotg) || !hs_req->saved_req_buf) in dwc2_hsotg_handle_unaligned_buf_complete()
1461 if (using_dma(hs)) { in dwc2_hsotg_ep_queue()
2136 if (using_dma(hsotg)) in dwc2_hsotg_complete_request()
2411 if (using_dma(hsotg)) { in dwc2_hsotg_handle_outdone()
2483 WARN_ON(using_dma(hsotg)); in dwc2_hsotg_handle_rx()
2503 if (!using_dma(hsotg)) in dwc2_hsotg_handle_rx()
3093 } else if (using_dma(hsotg)) { in dwc2_hsotg_epint()
3118 if (using_dma(hsotg) && idx == 0) { in dwc2_hsotg_epint()
3184 if (!using_dma(hsotg)) in dwc2_hsotg_epint()
3468 if (using_dma(hsotg)) { in dwc2_hsotg_core_init_disconnected()
3490 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
3500 dwc2_writel(hsotg, (using_dma(hsotg) ? (DIEPMSK_XFERCOMPLMSK | in dwc2_hsotg_core_init_disconnected()
3530 if (!using_dma(hsotg)) in dwc2_hsotg_core_init_disconnected()
3944 if (!using_dma(hsotg)) { in dwc2_hsotg_ep_stop_xfr()
4509 if (using_dma(hsotg)) in dwc2_hsotg_init()
4844 if (using_dma(hsotg)) { in dwc2_hsotg_initep()