Searched refs:systiml (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/intel/igb/ |
| D | igb_ptp.c | 513 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local 604 systiml = rd32(E1000_SYSTIML); in igb_ptp_feature_enable_82580() 606 systim = (((u64)(systimh & 0xFF)) << 32) | ((u64)systiml); in igb_ptp_feature_enable_82580()
|
| D | igb_main.c | 6802 u32 systiml, systimh, level_mask, level, rem; in igb_perout() local 6807 systiml = rd32(E1000_SYSTIML); in igb_perout() 6809 systim = (((u64)(systimh & 0xFF)) << 32) | ((u64)systiml); in igb_perout()
|