Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h123 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro
196 #define UDCCSR0_CTRL_REQ_MASK (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)
H A Dpxa27x_udc.c184 (tmp & UDCCSR0_RNE) ? " rne" : "", in eps_dbg_show()
434 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR0_RNE); in ep_is_empty()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h123 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro
196 #define UDCCSR0_CTRL_REQ_MASK (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)
H A Dpxa27x_udc.c184 (tmp & UDCCSR0_RNE) ? " rne" : "", in eps_dbg_show()
432 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR0_RNE); in ep_is_empty()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpxa27x-udc.h106 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpxa27x-udc.h108 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro

Completed in 11 milliseconds