Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c261 ANA_PORT_VLAN_CFG_VLAN_VID(pvid), in ocelot_port_set_pvid()
1487 ocelot_write_gix(ocelot, ANA_PORT_VLAN_CFG_VLAN_VID(0) | in ocelot_cpu_port_init()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot_ana.h289 #define ANA_PORT_VLAN_CFG_VLAN_VID(x) ((x) & GENMASK(11, 0)) macro