Searched refs:TARGET_DEV10G (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.c | 86 { TARGET_DEV10G, 0x10074000, 1 }, /* 0x610074000 */ 89 { TARGET_DEV10G + 2, 0x10080000, 1 }, /* 0x610080000 */ 92 { TARGET_DEV10G + 3, 0x1008c000, 1 }, /* 0x61008c000 */ 141 { TARGET_DEV10G + 1, 0x1042c000, 1 }, /* 0x61042c000 */ 152 { TARGET_DEV10G + 4, 0x10458000, 1 }, /* 0x610458000 */ 155 { TARGET_DEV10G + 5, 0x10464000, 1 }, /* 0x610464000 */ 158 { TARGET_DEV10G + 6, 0x10470000, 1 }, /* 0x610470000 */ 161 { TARGET_DEV10G + 7, 0x1047c000, 1 }, /* 0x61047c000 */ 164 { TARGET_DEV10G + 8, 0x10488000, 1 }, /* 0x610488000 */ 167 { TARGET_DEV10G + 9, 0x10494000, 1 }, /* 0x610494000 */ [all …]
|
H A D | sparx5_port.h | 48 return TARGET_DEV10G; in sparx5_to_high_dev()
|
H A D | sparx5_main_regs.h | 29 TARGET_DEV10G = 17, enumerator 2371 #define DEV10G_MAC_ENA_CFG(t) __REG(TARGET_DEV10G,\ 2387 #define DEV10G_MAC_MAXLEN_CFG(t) __REG(TARGET_DEV10G,\ 2403 #define DEV10G_MAC_NUM_TAGS_CFG(t) __REG(TARGET_DEV10G,\ 2413 #define DEV10G_MAC_TAGS_CFG(t, r) __REG(TARGET_DEV10G,\ 2429 #define DEV10G_MAC_ADV_CHK_CFG(t) __REG(TARGET_DEV10G,\ 2475 #define DEV10G_MAC_TX_MONITOR_STICKY(t) __REG(TARGET_DEV10G,\ 2509 #define DEV10G_DEV_RST_CTRL(t) __REG(TARGET_DEV10G,\ 2567 #define DEV10G_PCS25G_CFG(t) __REG(TARGET_DEV10G,\
|