Lines Matching full:cpu_port
540 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in b53_imp_vlan_setup() argument
547 if ((is5325(dev) || is5365(dev)) && cpu_port == B53_CPU_PORT_25) in b53_imp_vlan_setup()
548 cpu_port = B53_CPU_PORT; in b53_imp_vlan_setup()
556 pvlan |= BIT(cpu_port); in b53_imp_vlan_setup()
683 unsigned int cpu_port; in b53_enable_port() local
690 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
713 b53_imp_vlan_setup(ds, cpu_port); in b53_enable_port()
2182 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join() local
2203 if ((reg & BIT(cpu_port)) == BIT(cpu_port)) in b53_br_join()
2204 reg &= ~BIT(cpu_port); in b53_br_join()
2248 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave() local
2283 if (!(reg & BIT(cpu_port))) in b53_br_leave()
2284 reg |= BIT(cpu_port); in b53_br_leave()
2654 u8 cpu_port; member
2945 .cpu_port = B53_CPU_PORT,