Home
last modified time | relevance | path

Searched refs:timeout_max (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_core.h113 unsigned int timeout_max; /* usecs */ member
H A Dtpm_tis_core.c121 priv->timeout_max); in wait_for_tpm_stat()
1130 priv->timeout_max = TPM_TIMEOUT_USECS_MAX; in tpm_tis_core_init()
1147 priv->timeout_max = TIS_TIMEOUT_MAX_ATML; in tpm_tis_core_init()
/openbmc/linux/drivers/staging/greybus/
H A Dloopback.c92 u32 timeout_max; member
289 gb_loopback_ro_attr(timeout_max);
1012 gb->timeout_max = jiffies_to_usecs(GB_LOOPBACK_TIMEOUT_MAX); in gb_loopback_probe()