Searched refs:r8a66597_mdfy (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/gadget/
H A Dr8a66597-udc.h186 static inline void r8a66597_mdfy(struct r8a66597 *r8a66597, function
197 r8a66597_mdfy(r8a66597, 0, val, offset)
199 r8a66597_mdfy(r8a66597, val, 0, offset)
H A Dr8a66597-udc.c128 r8a66597_mdfy(r8a66597, pid, PID, DCPCTR);
131 r8a66597_mdfy(r8a66597, pid, PID, offset);
285 r8a66597_mdfy(r8a66597, loop, mask, fifosel);
306 r8a66597_mdfy(r8a66597, pipenum, CURPIPE, ep->fifosel);
398 r8a66597_mdfy(r8a66597, 0, CURPIPE, ep->fifosel);
404 r8a66597_mdfy(r8a66597, ep->pipenum, CURPIPE, ep->fifosel);
577 r8a66597_mdfy(r8a66597, ISEL, (ISEL | CURPIPE), CFIFOSEL);
743 r8a66597_mdfy(r8a66597, 0, (ISEL | CURPIPE), CFIFOSEL);
829 r8a66597_mdfy(r8a66597, get_xtal_from_pdata(r8a66597->pdata),
1107 r8a66597_mdfy(r8a6659
[all...]
/drivers/usb/host/
H A Dr8a66597.h204 static inline void r8a66597_mdfy(struct r8a66597 *r8a66597, function
215 r8a66597_mdfy(r8a66597, 0, val, offset)
217 r8a66597_mdfy(r8a66597, val, 0, offset)
H A Dr8a66597-hcd.c120 r8a66597_mdfy(r8a66597, get_xtal_from_pdata(r8a66597->pdata),
476 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
477 r8a66597_mdfy(r8a66597, PID_BUF, PID, pipe->pipectr);
487 r8a66597_mdfy(r8a66597, PID_STALL, PID, pipe->pipectr);
488 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
532 r8a66597_mdfy(r8a66597, mbw | pipenum, mbw | CURPIPE, CFIFOSEL);
543 r8a66597_mdfy(r8a66597, mbw | 0, mbw | CURPIPE, D0FIFOSEL);
544 r8a66597_mdfy(r8a66597, mbw | 0, mbw | CURPIPE, D1FIFOSEL);
546 r8a66597_mdfy(r8a66597, mbw | pipe->info.pipenum, mbw | CURPIPE,
803 r8a66597_mdfy(r8a6659
[all...]

Completed in 485 milliseconds