Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c126 #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()
[all …]