Home
last modified time | relevance | path

Searched refs:burst_max_speed_hz (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iio/imu/
H A Dadis_buffer.c54 if (adis->data->burst_max_speed_hz) in adis_update_scan_mode_burst()
55 adis->xfer[0].speed_hz = adis->data->burst_max_speed_hz; in adis_update_scan_mode_burst()
59 if (adis->data->burst_max_speed_hz) in adis_update_scan_mode_burst()
60 adis->xfer[1].speed_hz = adis->data->burst_max_speed_hz; in adis_update_scan_mode_burst()
H A Dadis16400.c960 .burst_max_speed_hz = ADIS16400_SPI_BURST \
H A Dadis16475.c633 .burst_max_speed_hz = ADIS16475_BURST_MAX_SPEED \
H A Dadis16480.c901 .burst_max_speed_hz = ADIS16495_BURST_MAX_SPEED \
/openbmc/linux/include/linux/iio/imu/
H A Dadis.h91 unsigned int burst_max_speed_hz; member