Searched refs:B53_VLAN_PAGE (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/dsa/b53/ |
| A D | b53_common.c | 389 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL0, &vc0); in b53_enable_vlan() 390 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL1, &vc1); in b53_enable_vlan() 399 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL4, &vc4); in b53_enable_vlan() 400 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL5, &vc5); in b53_enable_vlan() 441 b53_write8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL0, vc0); in b53_enable_vlan() 442 b53_write8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL1, vc1); in b53_enable_vlan() 447 b53_write8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL3, in b53_enable_vlan() 450 b53_write8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL3, 0); in b53_enable_vlan() 459 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_CTRL3, 0); in b53_enable_vlan() 460 b53_write8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL4, vc4); in b53_enable_vlan() [all …]
|
| A D | b53_regs.h | 49 #define B53_VLAN_PAGE 0x34 macro
|
Completed in 11 milliseconds