Searched refs:wait_for_bit (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-rcar.c | 63 ret = wait_for_bit("xhci-rcar", regs + RCAR_USB3_DL_CTRL, in xhci_rcar_download_fw() 78 ret = wait_for_bit("xhci-rcar", regs + RCAR_USB3_DL_CTRL, in xhci_rcar_download_fw()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_infineon.c | 181 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() argument 188 if (status & 1 << wait_for_bit) in wait() 193 if (wait_for_bit == STAT_XFE) in wait() 195 if (wait_for_bit == STAT_RDA) in wait()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | xilinx_emaclite.c | 151 static int wait_for_bit(const char *func, u32 *reg, const u32 mask, in wait_for_bit() function 185 return wait_for_bit(__func__, ®s->mdioctrl, in mdio_wait()
|