Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h20 #define UDCCR_ACN (0x03 << 11) /* Active UDC configuration Number */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h44 #define UDCCR_ACN (0x03 << 11) /* Active UDC configuration Number */ macro
H A Dpxa27x_udc.c119 (tmp & UDCCR_ACN) >> UDCCR_ACN_S, in state_dbg_show()
2220 config = (udccr & UDCCR_ACN) >> UDCCR_ACN_S; in irq_udc_reconfig()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c394 (readl(UDCCR) & UDCCR_ACN) >> UDCCR_ACN_S, in udc_state_changed()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h461 #define UDCCR_ACN (0x03 << 11) /* Active UDC configuration Number */ macro