Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-pxa/
Dpxa27x-udc.h143 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
/Linux-v6.1/drivers/usb/gadget/udc/
Dpxa27x_udc.h134 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
Dpxa27x_udc.c434 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR_BNE); in ep_is_empty()