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

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c712 pdev->eps[0].ep_state &= ~(EP_STOPPED | EP_HALTED);
727 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED;
991 pep->ep_state &= ~EP_STOPPED;
1052 pep->ep_state |= EP_STOPPED;
H A Dcdnsp-gadget.h834 #define EP_STOPPED BIT(3) macro
H A Dcdnsp-ring.c299 pep->ep_state &= ~EP_STOPPED;
2125 pep->ep_state |= EP_STOPPED;
/linux-master/drivers/usb/gadget/udc/
H A Dtegra-xudc.c139 #define EP_STOPPED 0x078 macro
1021 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep));
1022 xudc_writel(xudc, BIT(ep), EP_STOPPED);
1735 if (xudc_readl(xudc, EP_STOPPED) & BIT(ep->index))
1736 xudc_writel(xudc, BIT(ep->index), EP_STOPPED);

Completed in 138 milliseconds