Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dnetdev.c4391 u32 systimel, systimel_2, systimeh; in e1000e_read_systim() local
4406 systimel_2 = er32(SYSTIML); in e1000e_read_systim()
4408 if (systimel > systimel_2) { in e1000e_read_systim()
4413 systimel = systimel_2; in e1000e_read_systim()