Searched refs:TARGET_DEV10G (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_main.c | 85 { TARGET_DEV10G, 0x10074000, 1 }, /* 0x610074000 */ 88 { TARGET_DEV10G + 2, 0x10080000, 1 }, /* 0x610080000 */ 91 { TARGET_DEV10G + 3, 0x1008c000, 1 }, /* 0x61008c000 */ 140 { TARGET_DEV10G + 1, 0x1042c000, 1 }, /* 0x61042c000 */ 151 { TARGET_DEV10G + 4, 0x10458000, 1 }, /* 0x610458000 */ 154 { TARGET_DEV10G + 5, 0x10464000, 1 }, /* 0x610464000 */ 157 { TARGET_DEV10G + 6, 0x10470000, 1 }, /* 0x610470000 */ 160 { TARGET_DEV10G + 7, 0x1047c000, 1 }, /* 0x61047c000 */ 163 { TARGET_DEV10G + 8, 0x10488000, 1 }, /* 0x610488000 */ 166 { TARGET_DEV10G + 9, 0x10494000, 1 }, /* 0x610494000 */ [all …]
|
D | sparx5_port.h | 37 return TARGET_DEV10G; in sparx5_to_high_dev()
|
D | sparx5_main_regs.h | 28 TARGET_DEV10G = 17, enumerator 1102 #define DEV10G_MAC_ENA_CFG(t) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 0, 0, 1, 4) 1117 #define DEV10G_MAC_MAXLEN_CFG(t) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 8, 0, 1, 4) 1132 #define DEV10G_MAC_NUM_TAGS_CFG(t) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 12, 0, 1, 4) 1141 #define DEV10G_MAC_TAGS_CFG(t, r) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 16, r, 3, 4) 1156 #define DEV10G_MAC_ADV_CHK_CFG(t) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 28, 0, 1, 4) 1201 #define DEV10G_MAC_TX_MONITOR_STICKY(t) __REG(TARGET_DEV10G, t, 12, 0, 0, 1, 60, 48, 0, 1, 4) 1234 #define DEV10G_DEV_RST_CTRL(t) __REG(TARGET_DEV10G, t, 12, 436, 0, 1, 52, 0, 0, 1, 4) 1291 #define DEV10G_PCS25G_CFG(t) __REG(TARGET_DEV10G, t, 12, 488, 0, 1, 32, 0, 0, 1, 4)
|