Searched refs:EP_STCHG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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() 987 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt() 1002 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unhalt() 1014 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all() [all …]
|