Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_sso.c232 uint64_t current_us, current_ns, new_ns; in roc_sso_ns_to_gw() local
236 current_us = plt_read64(base + SSOW_LF_GWS_NW_TIM); in roc_sso_ns_to_gw()
240 current_us += 1; in roc_sso_ns_to_gw()
247 current_us += 2; in roc_sso_ns_to_gw()
248 current_ns = current_us * 1E3; in roc_sso_ns_to_gw()