Searched refs:whci_wait_for (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | wusb.c | 32 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 D | init.c | 33 whci_wait_for(&whc->umc->dev, whc->base + WUSBCMD, WUSBCMD_WHCRESET, 0, whc_hw_reset()
|
H A D | asl.c | 154 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 D | pzl.c | 163 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 D | hcd.c | 98 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS, whc_stop()
|
/linux-4.4.14/drivers/uwb/ |
H A D | whci.c | 59 * 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 D | whc-rc.c | 310 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 D | whci.h | 113 extern int whci_wait_for(struct device *dev, u32 __iomem *reg,
|
Completed in 152 milliseconds