Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1237 #define get_ptp_ts_val_u64(self, indx) \ macro
1246 ns = (get_ptp_ts_val_u64(self, 0) + in hw_atl_b0_get_ptp_ts()
1247 (get_ptp_ts_val_u64(self, 1) << 16)) * NSEC_PER_SEC + in hw_atl_b0_get_ptp_ts()
1248 (get_ptp_ts_val_u64(self, 3) + in hw_atl_b0_get_ptp_ts()
1249 (get_ptp_ts_val_u64(self, 4) << 16)); in hw_atl_b0_get_ptp_ts()