Searched refs:p_ctl (Results 1 – 1 of 1) sorted by relevance
444 u32 reg, p_ctl; in bcm_sf2_sw_br_join() local446 p_ctl = core_readl(priv, CORE_PORT_VLAN_CTL_PORT(port)); in bcm_sf2_sw_br_join()460 p_ctl |= 1 << i; in bcm_sf2_sw_br_join()466 core_writel(priv, p_ctl, CORE_PORT_VLAN_CTL_PORT(port)); in bcm_sf2_sw_br_join()467 priv->port_sts[port].vlan_ctl_mask = p_ctl; in bcm_sf2_sw_br_join()477 u32 reg, p_ctl; in bcm_sf2_sw_br_leave() local479 p_ctl = core_readl(priv, CORE_PORT_VLAN_CTL_PORT(port)); in bcm_sf2_sw_br_leave()493 p_ctl &= ~(1 << i); in bcm_sf2_sw_br_leave()496 core_writel(priv, p_ctl, CORE_PORT_VLAN_CTL_PORT(port)); in bcm_sf2_sw_br_leave()497 priv->port_sts[port].vlan_ctl_mask = p_ctl; in bcm_sf2_sw_br_leave()