Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/b53/
Db53_common.c262 b53_write32(dev, B53_VLAN_PAGE, B53_VLAN_WRITE_25, entry); in b53_set_vlan_entry()
263 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_25, vid | in b53_set_vlan_entry()
272 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_WRITE_65, entry); in b53_set_vlan_entry()
273 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_65, vid | in b53_set_vlan_entry()
293 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_25, vid | in b53_get_vlan_entry()
295 b53_read32(dev, B53_VLAN_PAGE, B53_VLAN_WRITE_25, &entry); in b53_get_vlan_entry()
307 b53_write16(dev, B53_VLAN_PAGE, B53_VLAN_TABLE_ACCESS_65, vid | in b53_get_vlan_entry()
309 b53_read16(dev, B53_VLAN_PAGE, B53_VLAN_WRITE_65, &entry); in b53_get_vlan_entry()
351 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL0, &vc0); in b53_enable_vlan()
352 b53_read8(dev, B53_VLAN_PAGE, B53_VLAN_CTRL1, &vc1); in b53_enable_vlan()
[all …]
Db53_regs.h48 #define B53_VLAN_PAGE 0x34 macro