Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.h340 struct musb_hw_ep *bulk_ep; member
H A Dmusb_core.c1215 musb->bulk_ep = hw_ep; in fifo_setup()
1332 if (!musb->bulk_ep) { in ep_config_from_table()
1374 if (musb->bulk_ep) in ep_config_from_hw()
1376 musb->bulk_ep = hw_ep; in ep_config_from_hw()
1379 if (!musb->bulk_ep) { in ep_config_from_hw()
H A Dmusb_host.c1824 if (hw_ep == musb->bulk_ep) in musb_schedule()
1861 hw_ep = musb->bulk_ep; in musb_schedule()