Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h118 #define UDCCS0_RNE (1 << 6) macro
H A Dpxa-regs.h475 #define UDCCS0_RNE (1 << 6) /* Receive FIFO no empty */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c144 (udccs0 & UDCCS0_RNE) ? " rne" : "", in dump_udccs0()
691 while (readl(&ep->dev->regs->udccs[0]) & UDCCS0_RNE) { in read_ep0_fifo()
799 & UDCCS0_RNE) != 0 in pxa25x_ep_queue()
1250 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE)) in handle_ep0()
1251 == (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))) { in handle_ep0()
1259 UDCCS0_RNE))) { in handle_ep0()
1267 UDCCS0_RNE) != 0)) in handle_ep0()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c113 #define UDCCS0_RNE (1 << 6) /* Receive FIFO no empty */ macro
805 while (udc_ep_get_UDCCS(ep) & UDCCS0_RNE) { in read_ep0_fifo()
906 if (length == 0 || ((udc_ep0_get_UDCCS(dev) & UDCCS0_RNE) != 0 in pxa25x_ep_queue()
1274 (tmp & UDCCS0_RNE) ? " rne" : "", in udc_debug_show()
1627 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE)) in handle_ep0()
1628 == (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))) { in handle_ep0()
1635 if (unlikely(!(udc_ep0_get_UDCCS(dev) & UDCCS0_RNE))) { in handle_ep0()
1642 if (unlikely((udc_ep0_get_UDCCS(dev) & UDCCS0_RNE) != 0)) in handle_ep0()
H A Dpxa25x_udc.h180 (udccs0 & UDCCS0_RNE) ? " rne" : "", in dump_udccs0()