Searched refs:UDCCS_BI_TFS (Results 1 – 3 of 3) sorted by relevance
37 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
435 } while (*ep->reg_udccs & UDCCS_BI_TFS); in write_fifo()714 if ((*ep->reg_udccs & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()810 && ((*ep->reg_udccs & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()1669 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()
523 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro