Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-gadget.c712 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device()
727 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED; in cdnsp_reset_device()
991 pep->ep_state &= ~EP_STOPPED; in cdnsp_gadget_ep_enable()
1054 pep->ep_state |= EP_STOPPED; in cdnsp_gadget_ep_disable()
Dcdnsp-gadget.h834 #define EP_STOPPED BIT(3) macro
Dcdnsp-ring.c299 pep->ep_state &= ~EP_STOPPED; in cdnsp_ring_ep_doorbell()
2123 pep->ep_state |= EP_STOPPED; in cdnsp_cmd_stop_ep()
/drivers/usb/gadget/udc/
Dtegra-xudc.c140 #define EP_STOPPED 0x078 macro
1011 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped()
1012 xudc_writel(xudc, BIT(ep), EP_STOPPED); in ep_wait_for_stopped()
1723 if (xudc_readl(xudc, EP_STOPPED) & BIT(ep->index)) in __tegra_xudc_ep_disable()
1724 xudc_writel(xudc, BIT(ep->index), EP_STOPPED); in __tegra_xudc_ep_disable()