Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h28 #define HCLGE_PTP_TIME_NSEC_MASK GENMASK(29, 0) macro
H A Dhclge_ptp.c184 if (delta > HCLGE_PTP_TIME_NSEC_MASK) { in hclge_ptp_adjtime()
195 adj_val |= delta & HCLGE_PTP_TIME_NSEC_MASK; in hclge_ptp_adjtime()