Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dnetdev.c4364 u32 systimel, systimeh; in e1000e_cyclecounter_read() local
4372 systimel = er32(SYSTIML); in e1000e_cyclecounter_read()
4375 if (systimel >= (u32)0xffffffff - E1000_TIMINCA_INCVALUE_MASK) { in e1000e_cyclecounter_read()
4377 if (systimel > systimel_2) { in e1000e_cyclecounter_read()
4382 systimel = systimel_2; in e1000e_cyclecounter_read()
4385 systim = (u64)systimel; in e1000e_cyclecounter_read()