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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dm66592-udc.c579 u16 ctsq; local
581 ctsq = m66592_read(ep->m66592, M66592_INTSTS0) & M66592_CTSQ;
583 switch (ctsq) {
595 pr_err("start_ep0: unexpect ctsq(%x)\n", ctsq);
1151 u16 ctsq; variable
1153 ctsq = m66592_read(m66592, M66592_INTSTS0) & M66592_CTSQ;
1156 switch (ctsq) {
1181 pr_err("ctrl_stage: unexpect ctsq(%x)\n", ctsq);
[all...]
H A Dr8a66597-udc.c548 u16 ctsq; local
550 ctsq = r8a66597_read(ep->r8a66597, INTSTS0) & CTSQ;
552 switch (ctsq) {
564 printk(KERN_ERR "start_ep0: unexpect ctsq(%x)\n", ctsq);
1100 u16 ctsq; variable
1102 ctsq = r8a66597_read(r8a66597, INTSTS0) & CTSQ;
1105 switch (ctsq) {
1131 printk(KERN_ERR "ctrl_stage: unexpect ctsq(%x)\n", ctsq);
[all...]

Completed in 68 milliseconds