AM65_CPSW_PORT_VLAN_REG_OFFSET
writel(common->default_vlan, host->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(0, host->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(slave->port_vlan, port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(slave->port_vlan, port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
host_p->vid_context = readl(host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
port->vid_context = readl(port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(port->vid_context, port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(host_p->vid_context, host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
pvid = readl(port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
pvid = readl(host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(pvid, port->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);
writel(pvid, host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET);