Home
last modified time | relevance | path

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

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