Lines Matching defs:effective_speed_hz
175 u32 effective_speed_hz;
234 priv->effective_speed_hz, priv->time_per_bit_ns,
273 u32 *effective_speed_hz)
283 if (!effective_speed_hz) {
323 * to get hold of the effective_speed_hz from the xfer
332 if (effective_speed_hz)
333 *effective_speed_hz = xfer.effective_speed_hz;
664 &priv->effective_speed_hz);
669 * In case SPI controller do not report effective_speed_hz, use
672 if (!priv->effective_speed_hz)
673 priv->effective_speed_hz = priv->spi->max_speed_hz;
678 priv->effective_speed_hz);