Home
last modified time | relevance | path

Searched refs:EP_STCHG (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/usb/gadget/udc/
Dtegra-xudc.c129 #define EP_STCHG 0x05c macro
932 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause()
934 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_pause()
948 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause()
950 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unpause()
961 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all()
963 xudc_writel(xudc, val, EP_STCHG); in ep_unpause_all()
976 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt()
978 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt()
991 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt()
[all …]