Searched refs:udccs0 (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dpxa2xx_udc.c1344 "udccs0 %02X =%s%s%s%s%s%s%s%s\n", tmp,
1769 u32 udccs0 = UDCCS0; local
1784 if (udccs0 & UDCCS0_SST) {
1792 if ((udccs0 & UDCCS0_SA) != 0 && dev->ep0state != EP0_IDLE) {
1801 udccs0 = UDCCS0;
1804 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))
1917 } else if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA))
1942 UDCCS0 = udccs0 & (UDCCS0_SA|UDCCS0_OPR);
1946 if (udccs0 & UDCCS0_OPR) {
1960 if (udccs0
[all...]
H A Dpxa2xx_udc.h226 u32 udccs0 = UDCCS0; local
229 label, state_name[the_controller->ep0state], udccs0,
230 (udccs0 & UDCCS0_SA) ? " sa" : "",
231 (udccs0 & UDCCS0_RNE) ? " rne" : "",
232 (udccs0 & UDCCS0_FST) ? " fst" : "",
233 (udccs0 & UDCCS0_SST) ? " sst" : "",
234 (udccs0 & UDCCS0_DRWF) ? " dwrf" : "",
235 (udccs0 & UDCCS0_FTF) ? " ftf" : "",
236 (udccs0 & UDCCS0_IPR) ? " ipr" : "",
237 (udccs0
[all...]

Completed in 90 milliseconds