Searched refs:is_shared_fifo (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h249 bool is_shared_fifo; member in struct:musb_hw_ep
480 hw_ep->is_shared_fifo = true;
484 hw_ep->is_shared_fifo = false;
494 musb->endpoints[0].is_shared_fifo = true;
H A Dmusb_gadget.c653 if (hw_ep->is_shared_fifo)
922 if (hw_ep->is_shared_fifo)
1098 if (hw_ep->is_shared_fifo)
1138 if (hw_ep->is_shared_fifo)
1164 if (hw_ep->is_shared_fifo) {
1843 (!epnum || hw_ep->is_shared_fifo) ? "" : (
1877 if (hw_ep->is_shared_fifo /* || !epnum */) {
2085 if (hw_ep->is_shared_fifo /* || !epnum */) {
H A Dmusb_host.c175 if (is_in != 0 || ep->is_shared_fifo)
177 if (is_in == 0 || ep->is_shared_fifo)
569 if (ep->is_shared_fifo) {
H A Dmusb_core.c1249 hw_ep->is_shared_fifo = true;
1506 hw_ep->is_shared_fifo ? "shared" : "tx",
1511 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {

Completed in 103 milliseconds