Home
last modified time | relevance | path

Searched refs:UDCCSR0_RNE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c226 if ((udccsr0 & (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) in udc_handle_ep0()
227 == (UDCCSR0_OPC | UDCCSR0_SA | UDCCSR0_RNE)) { in udc_handle_ep0()
234 if ((readl(UDCCSR0) & UDCCSR0_RNE) == 0) { in udc_handle_ep0()
242 if ((readl(UDCCSR0) & UDCCSR0_RNE) != 0) { in udc_handle_ep0()
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h652 #define UDCCSR0_RNE (1 << 6) /* Receive FIFO Not Empty */ macro