Home
last modified time | relevance | path

Searched refs:timeout_d (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_i2c.c201 stop = chip->timeout_d; in st33zp24_i2c_get_burstcount()
442 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in st33zp24_i2c_init()
513 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in st33zp24_i2c_probe()
H A Dtpm_tis.h111 unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* msec */ member
H A Dtpm_tis_infineon.c304 stop = chip->timeout_d; in tpm_tis_i2c_get_burstcount()
519 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in tpm_tis_i2c_init()
H A Dtpm_tis_st33zp24_spi.c330 stop = chip->timeout_d; in st33zp24_spi_get_burstcount()
571 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in st33zp24_spi_init()
H A Dtpm2_tis_spi.c306 stop = chip->timeout_d; in tpm_tis_spi_get_burstcount()
604 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in tpm_tis_spi_probe()
H A Dtpm2_tis_core.c440 chip->timeout_d = TIS_SHORT_TIMEOUT_MS; in tpm_tis_init()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_i2c_atmel.c170 chip->timeout_d = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_atmel_probe()
H A Dtpm_i2c_infineon.c397 stop = jiffies + chip->timeout_d; in get_burstcount()
626 chip->timeout_d = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_tis_i2c_init()
H A Dtpm1-cmd.c369 timeout_old[3] = jiffies_to_usecs(chip->timeout_d); in tpm1_get_timeouts()
415 chip->timeout_d = usecs_to_jiffies(timeout_eff[3]); in tpm1_get_timeouts()
H A Dtpm_i2c_nuvoton.c138 unsigned long stop = jiffies + chip->timeout_d; in i2c_nuvoton_get_burstcount()
565 chip->timeout_d = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); in i2c_nuvoton_probe()
H A Dtpm-sysfs.c296 jiffies_to_usecs(chip->timeout_d), in timeouts_show()
H A Dtpm_tis_i2c_cr50.c709 chip->timeout_d = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in tpm_cr50_i2c_probe()
H A Dtpm_tis_core.c300 stop = jiffies + chip->timeout_d; in get_burstcount()
1127 chip->timeout_d = msecs_to_jiffies(TIS_TIMEOUT_D_MAX); in tpm_tis_core_init()
H A Dtpm2-cmd.c31 chip->timeout_d = msecs_to_jiffies(TPM2_TIMEOUT_D); in tpm2_get_timeouts()
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c166 stop = jiffies + chip->timeout_d; in get_burstcount()
470 chip->timeout_d = msecs_to_jiffies(TIS_SHORT_TIMEOUT); in st33zp24_probe()
/openbmc/linux/include/linux/
H A Dtpm.h149 unsigned long timeout_d; /* jiffies */ member