Searched refs:readl_poll_timeout_atomic (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/cdns3/ |
| A D | drd.c | 24 #define readl_poll_timeout_atomic readl_poll_timeout macro 128 ret = readl_poll_timeout_atomic(&cdns->otg_regs->sts, val, in cdns3_drd_switch_host() 140 readl_poll_timeout_atomic(&cdns->otg_regs->state, val, in cdns3_drd_switch_host() 166 ret = readl_poll_timeout_atomic(&cdns->otg_regs->sts, val, in cdns3_drd_switch_gadget() 183 readl_poll_timeout_atomic(&cdns->otg_regs->state, val, in cdns3_drd_switch_gadget()
|
| A D | gadget.c | 79 #define readl_poll_timeout_atomic readl_poll_timeout macro 246 readl_poll_timeout_atomic(&priv_dev->regs->ep_cmd, val, in cdns3_ep_stall_flush() 1037 readl_poll_timeout_atomic(&priv_dev->regs->usb_sts, val, in cdns3_set_hw_configuration() 1847 ret = readl_poll_timeout_atomic(&priv_dev->regs->ep_cmd, val, in cdns3_gadget_ep_enable() 1941 readl_poll_timeout_atomic(&priv_dev->regs->ep_sts, val, in cdns3_gadget_ep_disable() 1945 readl_poll_timeout_atomic(&priv_dev->regs->ep_cmd, val, in cdns3_gadget_ep_disable() 2186 readl_poll_timeout_atomic(&priv_dev->regs->ep_cmd, val, in __cdns3_gadget_ep_clear_halt() 2404 readl_poll_timeout_atomic(&priv_dev->regs->ep_cmd, val, in cdns3_gadget_udc_stop()
|
| A D | ep0.c | 25 #define readl_poll_timeout_atomic readl_poll_timeout macro
|
| /drivers/clk/imx/ |
| A D | clk-composite-93.c | 35 #define readl_poll_timeout_atomic readl_poll_timeout macro 42 ret = readl_poll_timeout_atomic(reg + STAT_OFFSET, val, !(val & BIT(CCM_BUSY_SHIFT)), in imx93_clk_composite_wait_ready()
|
| /drivers/i3c/master/ |
| A D | dw-i3c-master.c | 220 readl_poll_timeout_atomic(master->regs + RESET_CTRL, status, in dw_i3c_master_dequeue_xfer_locked()
|
Completed in 28 milliseconds