Home
last modified time | relevance | path

Searched refs:UDCCR_DWRE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpxa27x-udc.h17 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpxa27x-udc.h19 #define UDCCR_DWRE (1 << 16) /* Device Remote Wake-up Enable */ macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
1459 if ((udc_readl(udc, UDCCR) & UDCCR_DWRE) == 0) in pxa_udc_wakeup()

Completed in 10 milliseconds