Lines Matching defs:timeout
106 /* Transfer timeout occurred. */
218 * timeout while waiting for FW response.
311 * Timeout is given in microsends. Note also that timeout handling is not
333 u32 timeout; /* Detect clock low timeout. */
488 * Note that the timeout is given in microseconds.
491 bool eq_zero, u32 timeout)
495 timeout = (timeout / MLXBF_I2C_POLL_FREQ_IN_USEC) + 1;
502 } while (timeout-- != 0);
516 u32 timeout = MLXBF_I2C_SMBUS_TIMEOUT;
518 if (mlxbf_smbus_poll(priv->smbus->io, addr, mask, true, timeout))
602 * In case of timeout on GW busy, the ISR will clear busy bit but
1158 timer = timings->timeout;
1169 * Note that the mlxbf_i2c_timings->timeout value is not related to the
1188 .timeout = 106500
1204 .timeout = 106500
1220 .timeout = 106500
1850 u32 timeout)
1855 if (mlxbf_smbus_poll(priv->slv_cause->io, addr, mask, false, timeout))