Searched refs:xudc_readl_poll (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 594 static inline int xudc_readl_poll(struct tegra_xudc *xudc, in xudc_readl_poll() function 917 xudc_readl_poll(xudc, EP_RELOAD, BIT(ep), 0); in ep_reload() 931 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_pause() 947 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unpause() 960 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unpause_all() 975 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_halt() 990 xudc_readl_poll(xudc, EP_STCHG, BIT(ep), BIT(ep)); in ep_unhalt() 1004 xudc_readl_poll(xudc, EP_STCHG, val, val); in ep_unhalt_all() 1011 xudc_readl_poll(xudc, EP_STOPPED, BIT(ep), BIT(ep)); in ep_wait_for_stopped() 1017 xudc_readl_poll(xudc, EP_THREAD_ACTIVE, BIT(ep), 0); in ep_wait_for_inactive()
|