Home
last modified time | relevance | path

Searched refs:UDCCR_AIN (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h19 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
/linux-2.6.39/drivers/usb/gadget/
Dpxa27x_udc.h59 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
Dpxa27x_udc.c131 (tmp & UDCCR_AIN) >> UDCCR_AIN_S, in state_dbg_show()
2335 interface = (udccr & UDCCR_AIN) >> UDCCR_AIN_S; in irq_udc_reconfig()