Searched refs:EP_STOPPED (Results 1 – 5 of 5) sorted by relevance
750 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED); in cdnsp_reset_device() 765 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED; in cdnsp_reset_device() 1029 pep->ep_state &= ~EP_STOPPED; in cdnsp_gadget_ep_enable() 1090 pep->ep_state |= EP_STOPPED; in cdnsp_gadget_ep_disable()
445 pep->ep_state |= EP_STOPPED; in cdnsp_setup_analyze()
842 #define EP_STOPPED BIT(3) macro
299 pep->ep_state &= ~EP_STOPPED; in cdnsp_ring_ep_doorbell() 2158 pep->ep_state |= EP_STOPPED; in cdnsp_cmd_stop_ep()
139 #define EP_STOPPED 0x078 macro 1021 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped() 1022 xudc_writel(xudc, BIT(ep), EP_STOPPED); in ep_wait_for_stopped() 1735 if (xudc_readl(xudc, EP_STOPPED) & BIT(ep->index)) in __tegra_xudc_ep_disable() 1736 xudc_writel(xudc, BIT(ep->index), EP_STOPPED); in __tegra_xudc_ep_disable()