Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c495 systimh, level_mask, level, rem; in igb_ptp_feature_enable_82580() local
586 systimh = rd32(E1000_SYSTIMH); in igb_ptp_feature_enable_82580()
587 systim = (((u64)(systimh & 0xFF)) << 32) | ((u64)systiml); in igb_ptp_feature_enable_82580()
Digb_main.c6869 u32 systiml, systimh, level_mask, level, rem; in igb_perout() local
6875 systimh = rd32(E1000_SYSTIMH); in igb_perout()
6876 systim = (((u64)(systimh & 0xFF)) << 32) | ((u64)systiml); in igb_perout()