Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c529 u32 systime_l, systime_h, systime_tmp; in fm10k_read_systime_vf() local
535 systime_l = fm10k_read_reg(hw, FM10K_VFSYSTIME); in fm10k_read_systime_vf()
539 return ((u64)systime_h << 32) | systime_l; in fm10k_read_systime_vf()
Dfm10k_pf.c1809 u32 systime_l, systime_h, systime_tmp; in fm10k_read_systime_pf() local
1815 systime_l = fm10k_read_reg(hw, FM10K_SYSTIME); in fm10k_read_systime_pf()
1819 return ((u64)systime_h << 32) | systime_l; in fm10k_read_systime_pf()