Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c248 ANA_PORT_VLAN_CFG_VLAN_VID(pvid), in ocelot_port_set_pvid()
1415 ocelot_write_gix(ocelot, ANA_PORT_VLAN_CFG_VLAN_VID(0) | in ocelot_cpu_port_init()
/Linux-v5.10/include/soc/mscc/
Docelot_ana.h289 #define ANA_PORT_VLAN_CFG_VLAN_VID(x) ((x) & GENMASK(11, 0)) macro