Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c594 static inline int xudc_readl_poll(struct tegra_xudc *xudc, in xudc_readl_poll() function
931 xudc_readl_poll(xudc, EP_RELOAD, BIT(ep), 0); in ep_reload()
945 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause()
961 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause()
974 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all()
989 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt()
1004 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt()
1018 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all()
1025 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped()
1031 xudc_readl_poll(xudc, EP_THREAD_ACTIVE, BIT(ep), 0); in ep_wait_for_inactive()