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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_nsc.c70 static int wait_for_stat(struct tpm_chip *chip, u8 mask, u8 val, u8 * data) function
131 if (wait_for_stat(chip, NSC_STATUS_F0, NSC_STATUS_F0, &data) < 0) {
144 if (wait_for_stat
156 (wait_for_stat(chip, NSC_STATUS_F0, NSC_STATUS_F0, &data) < 0)) {
191 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
197 if (wait_for_stat(chip, NSC_STATUS_IBR, NSC_STATUS_IBR, &data) < 0) {
203 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
211 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
H A Dtpm_tis.c187 static int wait_for_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, function
222 wait_for_stat(chip,
267 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
303 if (wait_for_stat
319 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
332 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
346 if (wait_for_stat

Completed in 22 milliseconds