Searched refs:UDCCS_BI_TFS (Results 1 – 3 of 3) sorted by relevance
93 #define UDCCS_BI_TFS (1 << 0) macro
483 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
524 } while (readl(ep->reg_udccs) & UDCCS_BI_TFS); in write_fifo()816 if ((readl(ep->reg_udccs) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()913 && ((readl(ep->reg_udccs) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()1486 if (req && likely((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()