Searched refs:wait_for_bit (Results 1 – 2 of 2) sorted by relevance
181 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() argument188 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()
150 static int wait_for_bit(const char *func, u32 *reg, const u32 mask, in wait_for_bit() function184 return wait_for_bit(__func__, ®s->mdioctrl, in mdio_wait()