Searched refs:systimel (Results 1 – 1 of 1) sorted by relevance
4387 u32 systimel, systimel_2, systimeh; in e1000e_read_systim() local4396 systimel = er32(SYSTIML); in e1000e_read_systim()4400 if (systimel >= (u32)0xffffffff - E1000_TIMINCA_INCVALUE_MASK) { in e1000e_read_systim()4404 if (systimel > systimel_2) { in e1000e_read_systim()4409 systimel = systimel_2; in e1000e_read_systim()4412 systim = (u64)systimel; in e1000e_read_systim()