Searched refs:EP_STOPPED (Results 1 – 4 of 4) sorted by relevance
712 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()1052 pep->ep_state |= EP_STOPPED; in cdnsp_gadget_ep_disable()
835 #define EP_STOPPED BIT(3) macro
299 pep->ep_state &= ~EP_STOPPED; in cdnsp_ring_ep_doorbell()2155 pep->ep_state |= EP_STOPPED; in cdnsp_cmd_stop_ep()
139 #define EP_STOPPED 0x078 macro1021 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()