Home
last modified time | relevance | path

Searched refs:UDCCS_BO_RNE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-usb.h96 #define UDCCS_BO_RNE (1 << 6) macro
H A Dpxa-regs.h501 #define UDCCS_BO_RNE (1 << 6) /* Receive FIFO not empty */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c129 #define UDCCS_BO_RNE (1 << 6) /* Receive FIFO not empty */ macro
739 if (likely (udccs & UDCCS_BO_RNE)) { in read_fifo()
1083 while (((udc_ep_get_UDCCS(ep)) & UDCCS_BO_RNE) != 0) in pxa25x_ep_fifo_flush()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c624 if (likely(udccs & UDCCS_BO_RNE)) { in read_fifo()
975 while (((readl(ep->reg_udccs)) & UDCCS_BO_RNE) != 0) in pxa25x_ep_fifo_flush()