Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_infineon.c181 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() argument
187 /* check the status-register if wait_for_bit is set */ in wait()
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()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_infineon.c181 static int wait(struct tpm_chip *chip, int wait_for_bit) in wait() argument
187 /* check the status-register if wait_for_bit is set */ in wait()
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()

Completed in 3 milliseconds