Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h127 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro
200 #define UDCCSR0_CTRL_REQ_MASK (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)
Dpxa27x_udc.c185 (tmp & UDCCSR0_RNE) ? " rne" : "", in eps_dbg_show()
504 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR0_RNE); in ep_is_empty()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h105 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro