Home
last modified time | relevance | path

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

/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_core.c145 unsigned int sleepval; in inv_icm42600_set_pwr_mgmt0() local
166 sleepval = 0; in inv_icm42600_set_pwr_mgmt0()
169 if (sleepval < INV_ICM42600_TEMP_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
170 sleepval = INV_ICM42600_TEMP_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
176 if (sleepval < INV_ICM42600_ACCEL_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
177 sleepval = INV_ICM42600_ACCEL_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
184 if (sleepval < INV_ICM42600_GYRO_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
185 sleepval = INV_ICM42600_GYRO_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
188 if (sleepval < INV_ICM42600_GYRO_STOP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
189 sleepval = INV_ICM42600_GYRO_STOP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
[all …]