Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb-new/
A Dmusb_core.h249 bool is_shared_fifo; member
480 hw_ep->is_shared_fifo = true; in musb_read_fifosize()
484 hw_ep->is_shared_fifo = false; in musb_read_fifosize()
494 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
A Dmusb_gadget.c652 if (hw_ep->is_shared_fifo) in rxstate()
921 if (hw_ep->is_shared_fifo) in musb_g_rx()
1097 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1137 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1163 if (hw_ep->is_shared_fifo) { in musb_gadget_enable()
1843 (!epnum || hw_ep->is_shared_fifo) ? "" : ( in init_peripheral_ep()
1877 if (hw_ep->is_shared_fifo /* || !epnum */) { in musb_g_init_endpoints()
2085 if (hw_ep->is_shared_fifo /* || !epnum */) { in stop_activity()
A Dmusb_host.c175 if (is_in != 0 || ep->is_shared_fifo) in musb_ep_set_qh()
177 if (is_in == 0 || ep->is_shared_fifo) in musb_ep_set_qh()
569 if (ep->is_shared_fifo) { in musb_rx_reinit()
A Dmusb_core.c1248 hw_ep->is_shared_fifo = true; in fifo_setup()
1505 hw_ep->is_shared_fifo ? "shared" : "tx", in musb_core_init()
1510 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()

Completed in 14 milliseconds