Searched refs:MUSB_RXMAXP (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/usb/musb/ |
D | musb_regs.h | 278 #define MUSB_RXMAXP 0x04 macro 496 #define MUSB_RXMAXP 0x08 macro
|
D | musb_gadget.c | 1160 musb_writew(regs, MUSB_RXMAXP, hw_ep->max_packet_sz_tx); in musb_gadget_enable() 1162 musb_writew(regs, MUSB_RXMAXP, musb_ep->packet_sz in musb_gadget_enable() 1247 musb_writew(epio, MUSB_RXMAXP, 0); in musb_gadget_disable()
|
D | musb_host.c | 600 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx); in musb_rx_reinit() 602 musb_writew(ep->regs, MUSB_RXMAXP, in musb_rx_reinit()
|
D | musb_core.c | 2190 musb_readw(epio, MUSB_RXMAXP); in musb_save_context() 2265 musb_writew(epio, MUSB_RXMAXP, in musb_restore_context()
|