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

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c189 static void get_systime(void __iomem *ioaddr, u64 *systime) argument
203 if (systime)
204 *systime = ns + (sec1 * 1000000000ULL);
H A Dhwif.h545 void (*get_systime) (void __iomem *ioaddr, u64 *systime);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c401 struct timespec64 systime; local
423 systime.tv_sec = timestamp >> 32;
424 systime.tv_nsec = timestamp & 0xFFFFFFFF;
426 timestamp = timespec64_to_ns(&systime);
1161 * counter structure must be able to convert the systime value
1347 /* Now that the shift has been calculated and the systime
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1081 u64 systime; local
1095 systime = ice_ptp_read_src_clk_reg(pf, NULL);
1098 WRITE_ONCE(pf->ptp.cached_phc_time, systime);
1117 WRITE_ONCE(vsi->rx_rings[j]->cached_phctime, systime);

Completed in 156 milliseconds