Searched refs:xudc_readl_poll (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 595 static inline int xudc_readl_poll(struct tegra_xudc *xudc, in xudc_readl_poll() function 918 xudc_readl_poll(xudc, EP_RELOAD, BIT(ep), 0); in ep_reload() 932 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 948 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 961 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 976 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 991 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt() 1005 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all() 1012 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped() 1018 xudc_readl_poll(xudc, EP_THREAD_ACTIVE, BIT(ep), 0); in ep_wait_for_inactive()
|