Searched refs:xudc_readl_poll (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/usb/gadget/udc/ |
| D | tegra-xudc.c | 594 static inline int xudc_readl_poll(struct tegra_xudc *xudc, in xudc_readl_poll() function 921 xudc_readl_poll(xudc, EP_RELOAD, BIT(ep), 0); in ep_reload() 935 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 951 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 964 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 979 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 994 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt() 1008 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all() 1015 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped() 1021 xudc_readl_poll(xudc, EP_THREAD_ACTIVE, BIT(ep), 0); in ep_wait_for_inactive()
|