Home
last modified time | relevance | path

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

/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h108 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c183 (tmp & UDCCSR0_RNE) ? " rne" : "", in eps_dbg_show()
431 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR0_RNE); in ep_is_empty()