Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c467 static inline void ep_write_UDCCSR(struct pxa_ep *ep, int mask) in ep_write_UDCCSR() function
883 ep_write_UDCCSR(ep, UDCCSR_PC); in read_packet()
991 ep_write_UDCCSR(ep, UDCCSR_PC); in write_fifo()
996 ep_write_UDCCSR(ep, UDCCSR_TRN); in write_fifo()
1018 ep_write_UDCCSR(ep, UDCCSR_SP); in write_fifo()
1051 ep_write_UDCCSR(ep, UDCCSR0_OPC); in read_ep0_fifo()
1096 ep_write_UDCCSR(ep, UDCCSR0_IPR); in write_ep0_fifo()
1306 ep_write_UDCCSR(ep, UDCCSR_FST | UDCCSR_FEF); in pxa_ep_set_halt()
1372 ep_write_UDCCSR(ep, in pxa_ep_fifo_flush()
1756 ep_write_UDCCSR(&udc->pxa_ep[0], UDCCSR0_ACM); in udc_enable()
[all …]