Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h143 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h134 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro
H A Dpxa27x_udc.c434 ret = !(udc_ep_readl(ep, UDCCSR) & UDCCSR_BNE); in ep_is_empty()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c150 if (readl(UDCCSN(ep_num)) & UDCCSR_BNE) in udc_read_urb()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h687 #define UDCCSR_BNE (1 << 6) /* Buffer Not Empty (IN endpoints) */ macro