Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_core.c220 unsigned int sleepval; in inv_icm42600_set_pwr_mgmt0() local
241 sleepval = 0; in inv_icm42600_set_pwr_mgmt0()
244 if (sleepval < INV_ICM42600_TEMP_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
245 sleepval = INV_ICM42600_TEMP_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
251 if (sleepval < INV_ICM42600_ACCEL_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
252 sleepval = INV_ICM42600_ACCEL_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
259 if (sleepval < INV_ICM42600_GYRO_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
260 sleepval = INV_ICM42600_GYRO_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
263 if (sleepval < INV_ICM42600_GYRO_STOP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
264 sleepval = INV_ICM42600_GYRO_STOP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
[all …]