Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h235 #define UDCCONR_AISN (0x07 << 19) /* Alternate Interface Number */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h147 #define UDCCONR_AISN (0x07 << 19) /* Alternate Interface Number */ macro
H A Dpxa27x_udc.c536 | ((ep->alternate << UDCCONR_AISN_S) & UDCCONR_AISN) in pxa_ep_setup()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c575 tmp |= (alternate << UDCCONR_AISN_S) & UDCCONR_AISN; in udc_setup_ep()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h777 #define UDCCONR_AISN (0x07 << 19) /* Alternate Interface Number */ macro