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

/drivers/char/tpm/
H A Dtpm_infineon.c185 static int wait(struct tpm_chip *chip, int wait_for_bit) argument
191 /* check the status-register if wait_for_bit is set */
192 if (status & 1 << wait_for_bit)
197 if (wait_for_bit == STAT_XFE)
199 if (wait_for_bit == STAT_RDA)

Completed in 38 milliseconds