Searched refs:EP_STCHG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 126 #define EP_STCHG 0x05c macro 931 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 933 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_pause() 947 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 949 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unpause() 960 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 962 xudc_writel(xudc, val, EP_STCHG); in ep_unpause_all() 975 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 977 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt() 990 xudc_readl_poll(xudc, EP_STCHG, BI in ep_unhalt() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 125 #define EP_STCHG 0x05c macro 941 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 943 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_pause() 957 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 959 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unpause() 970 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 972 xudc_writel(xudc, val, EP_STCHG); in ep_unpause_all() 985 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 987 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt() 1000 xudc_readl_poll(xudc, EP_STCHG, BI in ep_unhalt() [all...] |
Completed in 7 milliseconds