Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microchip/sparx5/lan969x/
H A Dlan969x.c37 { TARGET_DEV2G5, 0x3004000, 1 }, /* 0xe3004000 */
40 { TARGET_DEV2G5 + 1, 0x3010000, 1 }, /* 0xe3010000 */
41 { TARGET_DEV2G5 + 2, 0x3014000, 1 }, /* 0xe3014000 */
42 { TARGET_DEV2G5 + 3, 0x3018000, 1 }, /* 0xe3018000 */
43 { TARGET_DEV2G5 + 4, 0x301c000, 1 }, /* 0xe301c000 */
46 { TARGET_DEV2G5 + 5, 0x3028000, 1 }, /* 0xe3028000 */
47 { TARGET_DEV2G5 + 6, 0x302c000, 1 }, /* 0xe302c000 */
48 { TARGET_DEV2G5 + 7, 0x3030000, 1 }, /* 0xe3030000 */
49 { TARGET_DEV2G5 + 8, 0x3034000, 1 }, /* 0xe3034000 */
52 { TARGET_DEV2G5 + 9, 0x3040000, 1 }, /* 0xe3040000 */
[all …]
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c56 { TARGET_DEV2G5, 0x10004000, 1 }, /* 0x610004000 */
59 { TARGET_DEV2G5 + 1, 0x10010000, 1 }, /* 0x610010000 */
62 { TARGET_DEV2G5 + 2, 0x1001c000, 1 }, /* 0x61001c000 */
65 { TARGET_DEV2G5 + 6, 0x10028000, 1 }, /* 0x610028000 */
68 { TARGET_DEV2G5 + 7, 0x10034000, 1 }, /* 0x610034000 */
71 { TARGET_DEV2G5 + 8, 0x10040000, 1 }, /* 0x610040000 */
74 { TARGET_DEV2G5 + 9, 0x1004c000, 1 }, /* 0x61004c000 */
77 { TARGET_DEV2G5 + 10, 0x10058000, 1 }, /* 0x610058000 */
80 { TARGET_DEV2G5 + 11, 0x10064000, 1 }, /* 0x610064000 */
83 { TARGET_DEV2G5 + 12, 0x10070000, 1 }, /* 0x610070000 */
[all …]
H A Dsparx5_main_regs.h33 TARGET_DEV2G5 = 37, enumerator
2673 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 200, g, 2, \
2692 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 200, g, 2, \
3104 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 0, 0, 1, 36, 0, 0, 1, \
3157 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 0, 0, 1, \
3174 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 4, 0, 1, \
3197 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 8, 0, 1, \
3208 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 12, 0, 1,\
3237 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 16, 0, 1,\
3254 __REG(TARGET_DEV2G5, t, regs->tsize[TC_DEV2G5], 52, 0, 1, 36, 20, 0, 1,\
[all …]
H A Dsparx5_port.c332 sparx5_to_high_dev(sparx5, port->portno) : TARGET_DEV2G5; in sparx5_port_disable()