Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.h246 bool is_shared_fifo; member
477 hw_ep->is_shared_fifo = true; in musb_read_fifosize()
481 hw_ep->is_shared_fifo = false; in musb_read_fifosize()
491 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
H A Dmusb_gadget.c647 if (hw_ep->is_shared_fifo) in rxstate()
916 if (hw_ep->is_shared_fifo) in musb_g_rx()
1092 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1132 if (hw_ep->is_shared_fifo) in musb_gadget_enable()
1158 if (hw_ep->is_shared_fifo) { in musb_gadget_enable()
1827 (!epnum || hw_ep->is_shared_fifo) ? "" : ( in init_peripheral_ep()
1861 if (hw_ep->is_shared_fifo /* || !epnum */) { in musb_g_init_endpoints()
2069 if (hw_ep->is_shared_fifo /* || !epnum */) { in stop_activity()
H A Dmusb_host.c171 if (is_in != 0 || ep->is_shared_fifo) in musb_ep_set_qh()
173 if (is_in == 0 || ep->is_shared_fifo) in musb_ep_set_qh()
565 if (ep->is_shared_fifo) { in musb_rx_reinit()
H A Dmusb_core.c1241 hw_ep->is_shared_fifo = true; in fifo_setup()
1498 hw_ep->is_shared_fifo ? "shared" : "tx", in musb_core_init()
1503 if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) { in musb_core_init()