Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_regs.h466 #define B53_VLAN_PORT_DEF_TAG(i) (0x10 + 2 * (i)) macro
H A Db53_common.c770 B53_VLAN_PORT_DEF_TAG(i), def_vid); in b53_configure_vlan()
1531 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), in b53_vlan_add()
1548 b53_read16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), &pvid); in b53_vlan_del()
1565 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_PORT_DEF_TAG(port), pvid); in b53_vlan_del()