Searched refs:refresh_time (Results 1 – 7 of 7) sorted by relevance
281 unsigned int refresh_time; in mlx90632_calculate_dataset_ready_time() local 290 refresh_time = ret; in mlx90632_calculate_dataset_ready_time() 297 refresh_time += ret; in mlx90632_calculate_dataset_ready_time() 304 refresh_time = ret; in mlx90632_calculate_dataset_ready_time() 311 refresh_time += ret; in mlx90632_calculate_dataset_ready_time() 318 refresh_time += ret; in mlx90632_calculate_dataset_ready_time() 321 return refresh_time; in mlx90632_calculate_dataset_ready_time()
363 static int mlx90635_calculate_dataset_ready_time(struct mlx90635_data *data, int *refresh_time) in mlx90635_calculate_dataset_ready_time() argument 372 *refresh_time = 2 * (MLX90635_MEAS_MAX_TIME >> FIELD_GET(MLX90635_CTRL1_REFRESH_RATE_MASK, reg)) + 80; in mlx90635_calculate_dataset_ready_time() 380 int refresh_time; in mlx90635_perform_measurement_burst() local 388 ret = mlx90635_calculate_dataset_ready_time(data, &refresh_time); in mlx90635_perform_measurement_burst() 398 msleep(refresh_time); /* Wait minimum time for dataset to be ready */ in mlx90635_perform_measurement_burst()
26 uint32_t refresh_time; member
310 if (!(entry->refresh_time)) in refresh_entries() 311 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries() 313 entry->refresh_time) { in refresh_entries()
1181 entry->refresh_time = 0; in MPOA_res_reply_rcvd()
677 u16 refresh_time; /* Flow control refresh timer */ member
5163 ew32(FCRTV_PCH, hw->fc.refresh_time); in e1000_setup_link_ich8lan()