Searched refs:EP_STOPPED (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 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() 1054 pep->ep_state |= EP_STOPPED; in cdnsp_gadget_ep_disable()
|
H A D | cdnsp-gadget.h | 835 #define EP_STOPPED BIT(3) macro
|
H A D | cdnsp-ring.c | 299 pep->ep_state &= ~EP_STOPPED; in cdnsp_ring_ep_doorbell() 2155 pep->ep_state |= EP_STOPPED; in cdnsp_cmd_stop_ep()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 202 #define EP_STOPPED (3<<0) macro 395 [EP_STOPPED] = "stopped", 1320 xhci_set_ep_state(xhci, epctx, NULL, EP_STOPPED); in xhci_stop_ep() 1369 xhci_set_ep_state(xhci, epctx, NULL, EP_STOPPED); in xhci_reset_ep() 1406 if (epctx->state != EP_STOPPED) { in xhci_set_ep_dequeue() 1425 xhci_set_ep_state(xhci, epctx, sctx, EP_STOPPED); in xhci_set_ep_dequeue()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 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()
|