Searched refs:udccr (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dpxa2xx_udc.c224 /* udccr contains the bits we dont want to change */
225 __u32 udccr = UDCCR & UDCCR_MASK_BITS; local
227 UDCCR = udccr | (mask & ~UDCCR_MASK_BITS);
1330 "udccr %02X =%s%s%s%s%s%s%s%s\n", tmp,
2066 u32 udccr = UDCCR; local
2071 if (unlikely(udccr & UDCCR_SUSIR)) {
2087 if (unlikely(udccr & UDCCR_RESIR)) {
2100 if (unlikely(udccr & UDCCR_RSTIR)) {
H A Dpxa2xx_udc.h210 u32 udccr = UDCCR; local
212 label, udccr,
213 (udccr & UDCCR_REM) ? " rem" : "",
214 (udccr & UDCCR_RSTIR) ? " rstir" : "",
215 (udccr & UDCCR_SRM) ? " srm" : "",
216 (udccr & UDCCR_SUSIR) ? " susir" : "",
217 (udccr & UDCCR_RESIR) ? " resir" : "",
218 (udccr & UDCCR_RSM) ? " rsm" : "",
219 (udccr & UDCCR_UDA) ? " uda" : "",
220 (udccr
[all...]

Completed in 69 milliseconds