Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h233 #define UDCCONR_IN (0x07 << 22) /* Interface Number */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h145 #define UDCCONR_IN (0x07 << 22) /* Interface Number */ macro
H A Dpxa27x_udc.c535 | ((ep->interface << UDCCONR_IN_S) & UDCCONR_IN) in pxa_ep_setup()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c574 tmp |= (interface << UDCCONR_IN_S) & UDCCONR_IN; in udc_setup_ep()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h775 #define UDCCONR_IN (0x07 << 22) /* Interface Number */ macro