Searched refs:ANA_PORT_VLAN_CFG (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | luton_switch.c | 22 #define ANA_PORT_VLAN_CFG(x) (0x00 + 0x80 * (x)) macro 299 priv->regs[ANA] + ANA_PORT_VLAN_CFG(CPU_PORT)); in luton_cpu_capture_setup() 327 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_gmii_port_init() 349 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_port_init() 396 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_ext_port_init()
|
H A D | ocelot_switch.c | 29 #define ANA_PORT_VLAN_CFG(x) (0x7000 + 0x100 * (x)) macro 253 MAC_VID, priv->regs[ANA] + ANA_PORT_VLAN_CFG(CPU_PORT)); in ocelot_cpu_capture_setup() 302 MAC_VID, priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in ocelot_port_init()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | vsc7514_regs.c | 105 REG(ANA_PORT_VLAN_CFG, 0x007000),
|
H A D | ocelot.c | 472 ANA_PORT_VLAN_CFG, port); in ocelot_port_set_pvid() 632 ANA_PORT_VLAN_CFG, port); in ocelot_port_vlan_filtering() 2932 ANA_PORT_VLAN_CFG, cpu); in ocelot_cpu_port_init()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | seville_vsc9953.c | 97 REG(ANA_PORT_VLAN_CFG, 0x000000),
|
H A D | felix_vsc9959.c | 103 REG(ANA_PORT_VLAN_CFG, 0x007800),
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 182 ANA_PORT_VLAN_CFG, enumerator
|