Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h21 #define FEC_REG_SHIFT 2 macro
23 #define FEC_CORR_LOW_REG_PORT0 (0x02 << FEC_REG_SHIFT)
24 #define FEC_CORR_HIGH_REG_PORT0 (0x03 << FEC_REG_SHIFT)
25 #define FEC_UNCORR_LOW_REG_PORT0 (0x04 << FEC_REG_SHIFT)
26 #define FEC_UNCORR_HIGH_REG_PORT0 (0x05 << FEC_REG_SHIFT)
27 #define FEC_CORR_LOW_REG_PORT1 (0x42 << FEC_REG_SHIFT)
28 #define FEC_CORR_HIGH_REG_PORT1 (0x43 << FEC_REG_SHIFT)
29 #define FEC_UNCORR_LOW_REG_PORT1 (0x44 << FEC_REG_SHIFT)
30 #define FEC_UNCORR_HIGH_REG_PORT1 (0x45 << FEC_REG_SHIFT)
31 #define FEC_CORR_LOW_REG_PORT2 (0x4A << FEC_REG_SHIFT)
[all …]