Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c593 static inline int xudc_readl_poll(struct tegra_xudc *xudc, in xudc_readl_poll() function
927 xudc_readl_poll(xudc, EP_RELOAD, BIT(ep), 0); in ep_reload()
941 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause()
957 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause()
970 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all()
985 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt()
1000 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt()
1014 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all()
1021 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped()
1027 xudc_readl_poll(xudc, EP_THREAD_ACTIVE, BIT(ep), 0); in ep_wait_for_inactive()