Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h16 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.h47 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
Dpxa27x_udc.c116 (tmp & UDCCR_DWRE) ? " dwre" : "", in state_dbg_show()
1534 if ((udc_readl(udc, UDCCR) & UDCCR_DWRE) == 0) in pxa_udc_wakeup()