Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1257 s64 base_ns = ((adj + NSEC_PER_SEC) * NSEC_PER_SEC); in hw_atl_b0_adj_params_get() local
1261 base_ns = div64_s64(base_ns, freq); in hw_atl_b0_adj_params_get()
1262 nsi = div64_u64(base_ns, NSEC_PER_SEC); in hw_atl_b0_adj_params_get()
1264 if (base_ns != nsi * NSEC_PER_SEC) { in hw_atl_b0_adj_params_get()
1266 base_ns - nsi * NSEC_PER_SEC); in hw_atl_b0_adj_params_get()