Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dpxa27x-udc.h140 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
/linux-2.6.39/drivers/usb/gadget/
Dpxa27x_udc.h147 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
Dpxa27x_udc.c525 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR_BNE); in ep_is_empty()