Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c162 unsigned int sleepval; in inv_icm42600_set_pwr_mgmt0() local
183 sleepval = 0; in inv_icm42600_set_pwr_mgmt0()
186 if (sleepval < INV_ICM42600_TEMP_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
187 sleepval = INV_ICM42600_TEMP_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
193 if (sleepval < INV_ICM42600_ACCEL_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
194 sleepval = INV_ICM42600_ACCEL_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
201 if (sleepval < INV_ICM42600_GYRO_STARTUP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
202 sleepval = INV_ICM42600_GYRO_STARTUP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
205 if (sleepval < INV_ICM42600_GYRO_STOP_TIME_MS) in inv_icm42600_set_pwr_mgmt0()
206 sleepval = INV_ICM42600_GYRO_STOP_TIME_MS; in inv_icm42600_set_pwr_mgmt0()
[all …]