Home
last modified time | relevance | path

Searched refs:UDC_RX_EOT_IE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/udc/
A Domap_udc.h81 # define UDC_RX_EOT_IE(n) (1 << (4 * (n) - 4)) macro
A Domap_udc.c597 w |= UDC_RX_EOT_IE(ep->dma_channel); in next_out_dma()
628 w &= ~UDC_RX_EOT_IE(ep->dma_channel); in finish_out_dma()
2389 (tmp & UDC_RX_EOT_IE(3)) ? " rx2_eot" : "", in proc_udc_show()
2393 (tmp & UDC_RX_EOT_IE(2)) ? " rx1_eot" : "", in proc_udc_show()
2397 (tmp & UDC_RX_EOT_IE(1)) ? " rx0_eot" : ""); in proc_udc_show()

Completed in 8 milliseconds