Home
last modified time | relevance | path

Searched refs:dma_ep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2272.c60 * dma_ep: selects the endpoint for use with dma (1=ep-a, 2=ep-b)
70 static ushort dma_ep = 1; variable
71 module_param(dma_ep, ushort, 0644);
83 #define dma_ep 1 macro
1349 ((dma_ep >> 1) << DMA_ENDPOINT_SELECT)); in net2272_usb_reset()
1376 if (use_dma && ep->num == dma_ep) in net2272_usb_reinit()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2272.c60 * dma_ep: selects the endpoint for use with dma (1=ep-a, 2=ep-b)
70 static ushort dma_ep = 1; variable
71 module_param(dma_ep, ushort, 0644);
83 #define dma_ep 1 macro
1353 ((dma_ep >> 1) << DMA_ENDPOINT_SELECT)); in net2272_usb_reset()
1380 if (use_dma && ep->num == dma_ep) in net2272_usb_reinit()

Completed in 7 milliseconds