Home
last modified time | relevance | path

Searched refs:UDCCR_DWRE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa27x-udc.h17 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h43 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
H A Dpxa27x_udc.c113 (tmp & UDCCR_DWRE) ? " dwre" : "", in state_dbg_show()
1460 if ((udc_readl(udc, UDCCR) & UDCCR_DWRE) == 0) in pxa_udc_wakeup()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h460 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro