Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/dsa/realtek/
Drtl8366rb.c26 #define RTL8366RB_PORT_NUM_CPU 5 macro
880 for (i = 0; i < RTL8366RB_PORT_NUM_CPU; i++) { in rtl8366rb_setup()
882 RTL8366RB_PORT_ISO_PORTS(BIT(RTL8366RB_PORT_NUM_CPU)) | in rtl8366rb_setup()
888 ret = regmap_write(priv->map, RTL8366RB_PORT_ISO(RTL8366RB_PORT_NUM_CPU), in rtl8366rb_setup()
1200 for (i = 0; i < RTL8366RB_PORT_NUM_CPU; i++) { in rtl8366rb_port_bridge_join()
1232 for (i = 0; i < RTL8366RB_PORT_NUM_CPU; i++) { in rtl8366rb_port_bridge_leave()
1777 priv->cpu_port = RTL8366RB_PORT_NUM_CPU; in rtl8366rb_detect()