Searched refs:systim_next (Results 1 – 1 of 1) sorted by relevance
4153 cycle_t systim, systim_next; in e1000e_cyclecounter_read() local4170 systim_next = (cycle_t)er32(SYSTIML); in e1000e_cyclecounter_read()4171 systim_next |= (cycle_t)er32(SYSTIMH) << 32; in e1000e_cyclecounter_read()4173 time_delta = systim_next - systim; in e1000e_cyclecounter_read()4177 systim = systim_next; in e1000e_cyclecounter_read()