Searched refs:UDCCS_BI_TFS (Results 1 – 4 of 4) sorted by relevance
93 #define UDCCS_BI_TFS (1 << 0) macro
483 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
120 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro645 } while (udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS); in write_fifo()925 if ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()1021 && ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()1877 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()
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()