Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h307 u64 ice_ptp_read_src_clk_reg(struct ice_pf *pf,
352 static inline u64 ice_ptp_read_src_clk_reg(struct ice_pf *pf, in ice_ptp_read_src_clk_reg() function
H A Dice_ptp.c301 u64 ice_ptp_read_src_clk_reg(struct ice_pf *pf, in ice_ptp_read_src_clk_reg() function
1068 systime = ice_ptp_read_src_clk_reg(pf, NULL); in ice_ptp_update_cached_phctime()
1845 clk = ice_ptp_read_src_clk_reg(pf, NULL) + NSEC_PER_MSEC * 500; in ice_ptp_cfg_perout()
2054 time_ns = ice_ptp_read_src_clk_reg(pf, sts); in ice_ptp_gettimex64()
H A Dice_virtchnl.c4170 phc_time->time = ice_ptp_read_src_clk_reg(pf, NULL); in ice_vc_get_phc_time()