Lines Matching refs:max_speed_hz
649 proxy->max_speed_hz = chip->max_speed_hz; in spi_new_device()
1793 spi->max_speed_hz = value; in of_spi_parse_dt()
1877 u32 max_speed_hz; member
1894 lookup->max_speed_hz = NSEC_PER_SEC / *(u32 *)obj->buffer.pointer; in acpi_spi_parse_apple_properties()
1951 lookup->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
1996 if (!lookup.max_speed_hz && in acpi_register_spi_device()
2003 if (!lookup.max_speed_hz) in acpi_register_spi_device()
2014 spi->max_speed_hz = lookup.max_speed_hz; in acpi_register_spi_device()
3088 if (!spi->max_speed_hz) in spi_setup()
3089 spi->max_speed_hz = spi->controller->max_speed_hz; in spi_setup()
3107 spi->bits_per_word, spi->max_speed_hz, in spi_setup()
3203 xfer->speed_hz = spi->max_speed_hz; in __spi_validate()
3205 if (ctlr->max_speed_hz && xfer->speed_hz > ctlr->max_speed_hz) in __spi_validate()
3206 xfer->speed_hz = ctlr->max_speed_hz; in __spi_validate()