Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c29 u64 adj_val, adj_base; in hclge_ptp_adjfine() local
33 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer; in hclge_ptp_adjfine()
34 adj_val = adjust_by_scaled_ppm(adj_base, scaled_ppm); in hclge_ptp_adjfine()