Searched refs:systim_next (Results 1 – 1 of 1) sorted by relevance
4284 cycle_t systim, systim_next; in e1000e_cyclecounter_read() local4318 systim_next = (cycle_t)er32(SYSTIML); in e1000e_cyclecounter_read()4319 systim_next |= (cycle_t)er32(SYSTIMH) << 32; in e1000e_cyclecounter_read()4321 time_delta = systim_next - systim; in e1000e_cyclecounter_read()4325 systim = systim_next; in e1000e_cyclecounter_read()