Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c116 #define UDCCS_BI_TFS (1 << 0) /* Transmit FIFO service */ macro
641 } while (udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS); in write_fifo()
921 if ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) != 0 in pxa25x_ep_queue()
1020 && ((udc_ep_get_UDCCS(ep) & UDCCS_BI_TFS) == 0 in pxa25x_ep_set_halt()
1839 if (req && likely ((udccs & UDCCS_BI_TFS) != 0)) in handle_ep()