Searched refs:EP_STCHG (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 125 #define EP_STCHG 0x05c macro 945 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 947 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_pause() 961 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 963 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unpause() 974 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 976 xudc_writel(xudc, val, EP_STCHG); in ep_unpause_all() 989 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 991 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt() 1004 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt() [all …]
|