Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c950 u32 stat, t2_curr_h, t2_curr_l, ctrl; in igc_phc_get_syncdevicetime() local
1011 t2_curr_l = rd32(IGC_PTM_CURR_T2_L); in igc_phc_get_syncdevicetime()
1020 t2_curr = ((s64)t2_curr_h << 32 | t2_curr_l); in igc_phc_get_syncdevicetime()