Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h22 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h46 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
H A Dpxa27x_udc.c120 (tmp & UDCCR_AIN) >> UDCCR_AIN_S, in state_dbg_show()
2224 interface = (udccr & UDCCR_AIN) >> UDCCR_AIN_S; in irq_udc_reconfig()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c395 (readl(UDCCR) & UDCCR_AIN) >> UDCCR_AIN_S, in udc_state_changed()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h463 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro