Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c126 #define EP_STCHG 0x05c macro
935 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause()
937 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_pause()
951 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause()
953 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unpause()
964 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all()
966 xudc_writel(xudc, val, EP_STCHG); in ep_unpause_all()
979 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt()
981 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_halt()
994 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt()
[all …]