Searched refs:burst_max_speed_hz (Results 1 – 5 of 5) sorted by relevance
54 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()
948 .burst_max_speed_hz = ADIS16400_SPI_BURST \
953 .burst_max_speed_hz = _burst_max_speed \
869 .burst_max_speed_hz = _burst_max_speed_hz \
94 unsigned int burst_max_speed_hz; member