Searched refs:UDCCS_BO_RNE (Results 1 – 4 of 4) sorted by relevance
96 #define UDCCS_BO_RNE (1 << 6) macro
501 #define UDCCS_BO_RNE (1 << 6) /* Receive FIFO not empty */ macro
129 #define UDCCS_BO_RNE (1 << 6) /* Receive FIFO not empty */ macro739 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()
624 if (likely(udccs & UDCCS_BO_RNE)) { in read_fifo()975 while (((readl(ep->reg_udccs)) & UDCCS_BO_RNE) != 0) in pxa25x_ep_fifo_flush()