Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c252 u64 max_val_cycles = freq_khz * 1000 * MLX4_EN_WRAP_AROUND_SEC; in freq_to_shift() local
253 u64 max_val_cycles_rounded = 1ULL << fls64(max_val_cycles - 1); in freq_to_shift()