Home
last modified time | relevance | path

Searched refs:systime (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c144 static void get_systime(void __iomem *ioaddr, u64 *systime) in get_systime() argument
158 if (systime) in get_systime()
159 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
H A Dhwif.h503 void (*get_systime) (void __iomem *ioaddr, u64 *systime);
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c189 static void get_systime(void __iomem *ioaddr, u64 *systime) in get_systime() argument
203 if (systime) in get_systime()
204 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
H A Dhwif.h538 void (*get_systime) (void __iomem *ioaddr, u64 *systime);
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c398 struct timespec64 systime; in ixgbe_ptp_convert_to_hwtstamp() local
420 systime.tv_sec = timestamp >> 32; in ixgbe_ptp_convert_to_hwtstamp()
421 systime.tv_nsec = timestamp & 0xFFFFFFFF; in ixgbe_ptp_convert_to_hwtstamp()
423 timestamp = timespec64_to_ns(&systime); in ixgbe_ptp_convert_to_hwtstamp()
1174 * counter structure must be able to convert the systime value in ixgbe_ptp_link_speed_adjust()
1360 /* Now that the shift has been calculated and the systime in ixgbe_ptp_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c401 struct timespec64 systime; in ixgbe_ptp_convert_to_hwtstamp() local
423 systime.tv_sec = timestamp >> 32; in ixgbe_ptp_convert_to_hwtstamp()
424 systime.tv_nsec = timestamp & 0xFFFFFFFF; in ixgbe_ptp_convert_to_hwtstamp()
426 timestamp = timespec64_to_ns(&systime); in ixgbe_ptp_convert_to_hwtstamp()
1161 * counter structure must be able to convert the systime value in ixgbe_ptp_link_speed_adjust()
1347 /* Now that the shift has been calculated and the systime in ixgbe_ptp_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1005 u64 systime; in ice_ptp_update_cached_phctime() local
1019 systime = ice_ptp_read_src_clk_reg(pf, NULL); in ice_ptp_update_cached_phctime()
1022 WRITE_ONCE(pf->ptp.cached_phc_time, systime); in ice_ptp_update_cached_phctime()
1041 WRITE_ONCE(vsi->rx_rings[j]->cached_phctime, systime); in ice_ptp_update_cached_phctime()

Completed in 13 milliseconds