Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c4283 u32 systimel_1, systimel_2, systimeh; in e1000e_cyclecounter_read() local
4291 systimel_1 = er32(SYSTIML); in e1000e_cyclecounter_read()
4295 if (systimel_1 < systimel_2) { in e1000e_cyclecounter_read()
4296 systim = (cycle_t)systimel_1; in e1000e_cyclecounter_read()