Home
last modified time | relevance | path

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

/linux/drivers/iio/temperature/
H A Dmlx90632.c280 unsigned int refresh_time; in mlx90632_calculate_dataset_ready_time() local
289 refresh_time = ret; in mlx90632_calculate_dataset_ready_time()
296 refresh_time += ret; in mlx90632_calculate_dataset_ready_time()
303 refresh_time = ret; in mlx90632_calculate_dataset_ready_time()
310 refresh_time += ret; in mlx90632_calculate_dataset_ready_time()
317 refresh_time += ret; in mlx90632_calculate_dataset_ready_time()
320 return refresh_time; in mlx90632_calculate_dataset_ready_time()
H A Dmlx90635.c362 static int mlx90635_calculate_dataset_ready_time(struct mlx90635_data *data, int *refresh_time) in mlx90635_calculate_dataset_ready_time() argument
371 …*refresh_time = 2 * (MLX90635_MEAS_MAX_TIME >> FIELD_GET(MLX90635_CTRL1_REFRESH_RATE_MASK, reg)) +… in mlx90635_calculate_dataset_ready_time()
379 int refresh_time; in mlx90635_perform_measurement_burst() local
387 ret = mlx90635_calculate_dataset_ready_time(data, &refresh_time); in mlx90635_perform_measurement_burst()
397 msleep(refresh_time); /* Wait minimum time for dataset to be ready */ in mlx90635_perform_measurement_burst()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h675 u16 refresh_time; /* Flow control refresh timer */ member
H A Dnetdev.c4078 fc->refresh_time = 0x1000; in e1000e_reset()
4090 fc->refresh_time = 0xFFFF; in e1000e_reset()
H A Dich8lan.c5180 ew32(FCRTV_PCH, hw->fc.refresh_time); in e1000_setup_link_ich8lan()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c1370 u16 refresh_time = (u16)I40E_DEFAULT_PAUSE_TIME / 2; in i40e_dcb_hw_pfc_config() local
1440 refresh_time); in i40e_dcb_hw_pfc_config()