Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_ptp.c29 u64 adj_val, adj_base, diff; in hclge_ptp_adjfreq() local
39 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer; in hclge_ptp_adjfreq()
40 adj_val = adj_base * ppb; in hclge_ptp_adjfreq()
44 adj_val = adj_base - diff; in hclge_ptp_adjfreq()
46 adj_val = adj_base + diff; in hclge_ptp_adjfreq()