Lines Matching refs:effective_speed_hz
176 u32 effective_speed_hz;
235 priv->effective_speed_hz, priv->time_per_bit_ns,
274 u32 *effective_speed_hz)
283 if (!effective_speed_hz) {
324 * to get hold of the effective_speed_hz from the xfer
333 if (effective_speed_hz)
334 *effective_speed_hz = xfer.effective_speed_hz;
659 &priv->effective_speed_hz);
664 * In case SPI controller do not report effective_speed_hz, use
667 if (!priv->effective_speed_hz)
668 priv->effective_speed_hz = priv->spi->max_speed_hz;
673 priv->effective_speed_hz);