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

/drivers/usb/gadget/
H A Dm66592-udc.c569 u16 ctsq; local
571 ctsq = m66592_read(ep->m66592, M66592_INTSTS0) & M66592_CTSQ;
573 switch (ctsq) {
585 pr_err("start_ep0: unexpect ctsq(%x)\n", ctsq);
1162 u16 ctsq; variable
1164 ctsq = m66592_read(m66592, M66592_INTSTS0) & M66592_CTSQ;
1167 switch (ctsq) {
1192 pr_err("ctrl_stage: unexpect ctsq(%x)\n", ctsq);
[all...]
H A Dr8a66597-udc.c781 u16 ctsq; local
783 ctsq = r8a66597_read(ep->r8a66597, INTSTS0) & CTSQ;
785 switch (ctsq) {
798 "start_ep0: unexpect ctsq(%x)\n", ctsq);
1366 u16 ctsq; variable
1368 ctsq = r8a66597_read(r8a66597, INTSTS0) & CTSQ;
1371 switch (ctsq) {
1398 "ctrl_stage: unexpect ctsq(%x)\n", ctsq); variable
[all...]

Completed in 38 milliseconds