Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h36 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro
163 #define UDCCR_MASK_BITS (UDCCR_OEN | UDCCR_SMAC | UDCCR_UDR | UDCCR_UDE)
H A Dpxa27x_udc.c109 (tmp & UDCCR_OEN) ? " oen":"", in state_dbg_show()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c473 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro
474 #define UDCCR_MASK_BITS (UDCCR_OEN | UDCCR_UDE)
/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h12 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h456 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro