Searched refs:t2_curr_h (Results 1 – 1 of 1) sorted by relevance
827 u32 stat, t2_curr_h, t2_curr_l, ctrl; in igc_phc_get_syncdevicetime() local889 t2_curr_h = rd32(IGC_PTM_CURR_T2_H); in igc_phc_get_syncdevicetime()895 t2_curr_h = swab32(t2_curr_h); in igc_phc_get_syncdevicetime()897 t2_curr = ((s64)t2_curr_h << 32 | t2_curr_l); in igc_phc_get_syncdevicetime()
Completed in 4 milliseconds