Searched refs:whci_wait_for (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/usb/host/whci/
H A Dwusb.c32 return whci_wait_for(&whc->umc->dev, whc_update_di()
159 ret = whci_wait_for(&whc->umc->dev, whc->base + WUSBSETSECKEYCMD, whc_set_key()
H A Dinit.c33 whci_wait_for(&whc->umc->dev, whc->base + WUSBCMD, WUSBCMD_WHCRESET, 0, whc_hw_reset()
H A Dasl.c154 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, asl_start()
162 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, asl_stop()
H A Dpzl.c163 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, pzl_start()
175 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, pzl_stop()
H A Dhcd.c98 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, whc_stop()
/linux-4.4.14/drivers/uwb/
H A Dwhci.c59 * whci_wait_for - wait for a WHCI register to be set
63 int whci_wait_for(struct device *dev, u32 __iomem *reg, u32 mask, u32 result, whci_wait_for() function
81 EXPORT_SYMBOL_GPL(whci_wait_for); variable
H A Dwhc-rc.c310 if (whci_wait_for(dev, whcrc->rc_base + URCCMD, URCCMD_RESET, 0, whcrc_start_rc()
317 if (whci_wait_for(dev, whcrc->rc_base + URCSTS, URCSTS_HALTED, 0, whcrc_start_rc()
343 whci_wait_for(&umc_dev->dev, whcrc->rc_base + URCSTS, whcrc_stop_rc()
/linux-4.4.14/include/linux/uwb/
H A Dwhci.h113 extern int whci_wait_for(struct device *dev, u32 __iomem *reg,

Completed in 152 milliseconds