Lines Matching refs:max_speed_hz
590 proxy->max_speed_hz = chip->max_speed_hz; in spi_new_device()
1514 spi->max_speed_hz = value; in of_register_spi_device()
1572 spi->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
1621 if (ret < 0 || !spi->max_speed_hz) { in acpi_spi_add_device()
2079 if (!spi->max_speed_hz) in spi_setup()
2080 spi->max_speed_hz = spi->master->max_speed_hz; in spi_setup()
2093 spi->bits_per_word, spi->max_speed_hz, in spi_setup()
2141 xfer->speed_hz = spi->max_speed_hz; in __spi_validate()
2143 xfer->speed_hz = master->max_speed_hz; in __spi_validate()
2145 if (master->max_speed_hz && in __spi_validate()
2146 xfer->speed_hz > master->max_speed_hz) in __spi_validate()
2147 xfer->speed_hz = master->max_speed_hz; in __spi_validate()