Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dmlx90632.c281 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()
Dmlx90635.c363 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)) +… 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()
/linux-6.12.1/net/atm/
Dmpoa_caches.h26 uint32_t refresh_time; member
Dmpoa_caches.c310 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()
Dmpc.c1181 entry->refresh_time = 0; in MPOA_res_reply_rcvd()
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
Dhw.h677 u16 refresh_time; /* Flow control refresh timer */ member
Dnetdev.c4052 fc->refresh_time = 0x1000; in e1000e_reset()
4064 fc->refresh_time = 0xFFFF; in e1000e_reset()
Dich8lan.c5091 ew32(FCRTV_PCH, hw->fc.refresh_time); in e1000_setup_link_ich8lan()
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
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()