Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c474 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro
475 #define UDCCR_MASK_BITS (UDCCR_OEN | UDCCR_UDE)
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa27x-udc.h10 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h456 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro