Lines Matching refs:vta_regs
231 b53_write8(dev, B53_ARLIO_PAGE, dev->vta_regs[0], VTA_START_CMD | op); in b53_do_vlan_op()
236 b53_read8(dev, B53_ARLIO_PAGE, dev->vta_regs[0], &vta); in b53_do_vlan_op()
275 b53_write16(dev, B53_ARLIO_PAGE, dev->vta_regs[1], vid); in b53_set_vlan_entry()
276 b53_write32(dev, B53_ARLIO_PAGE, dev->vta_regs[2], in b53_set_vlan_entry()
316 b53_write16(dev, B53_ARLIO_PAGE, dev->vta_regs[1], vid); in b53_get_vlan_entry()
318 b53_read32(dev, B53_ARLIO_PAGE, dev->vta_regs[2], &entry); in b53_get_vlan_entry()
2285 u8 vta_regs[3]; member
2332 .vta_regs = B53_VTA_REGS,
2346 .vta_regs = B53_VTA_REGS,
2360 .vta_regs = B53_VTA_REGS_9798,
2374 .vta_regs = B53_VTA_REGS_9798,
2386 .vta_regs = B53_VTA_REGS,
2402 .vta_regs = B53_VTA_REGS,
2416 .vta_regs = B53_VTA_REGS,
2430 .vta_regs = B53_VTA_REGS_63XX,
2444 .vta_regs = B53_VTA_REGS,
2458 .vta_regs = B53_VTA_REGS,
2472 .vta_regs = B53_VTA_REGS,
2486 .vta_regs = B53_VTA_REGS,
2500 .vta_regs = B53_VTA_REGS,
2514 .vta_regs = B53_VTA_REGS,
2528 .vta_regs = B53_VTA_REGS,
2543 .vta_regs = B53_VTA_REGS,
2557 .vta_regs = B53_VTA_REGS,
2571 .vta_regs = B53_VTA_REGS,
2591 dev->vta_regs[0] = chip->vta_regs[0]; in b53_switch_init()
2592 dev->vta_regs[1] = chip->vta_regs[1]; in b53_switch_init()
2593 dev->vta_regs[2] = chip->vta_regs[2]; in b53_switch_init()