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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm_nsc.c69 static int wait_for_stat(struct tpm_chip *chip, u8 mask, u8 val, u8 * data) function
130 if (wait_for_stat(chip, NSC_STATUS_F0, NSC_STATUS_F0, &data) < 0) {
143 if (wait_for_stat
155 (wait_for_stat(chip, NSC_STATUS_F0, NSC_STATUS_F0, &data) < 0)) {
190 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
196 if (wait_for_stat(chip, NSC_STATUS_IBR, NSC_STATUS_IBR, &data) < 0) {
202 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
210 if (wait_for_stat(chip, NSC_STATUS_IBF, 0, &data) < 0) {
H A Dtpm_tis.c163 static int wait_for_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, function
198 wait_for_stat(chip,
243 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
275 if (wait_for_stat
291 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
304 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c,
318 if (wait_for_stat

Completed in 50 milliseconds