Lines Matching refs:EP_STCHG
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, BIT(ep), BIT(ep)); in ep_unhalt()
992 xudc_writel(xudc, BIT(ep), EP_STCHG); in ep_unhalt()
1004 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all()
1006 xudc_writel(xudc, val, EP_STCHG); in ep_unhalt_all()