Searched refs:RTL8366RB_PORT_ISO (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 337 #define RTL8366RB_PORT_ISO(pnum) (RTL8366RB_PORT_ISO_BASE + (pnum)) macro 881 ret = regmap_write(priv->map, RTL8366RB_PORT_ISO(i), in rtl8366rb_setup() 888 ret = regmap_write(priv->map, RTL8366RB_PORT_ISO(RTL8366RB_PORT_NUM_CPU), in rtl8366rb_setup() 1234 ret = regmap_update_bits(priv->map, RTL8366RB_PORT_ISO(i), in rtl8366rb_port_bridge_join() 1244 return regmap_update_bits(priv->map, RTL8366RB_PORT_ISO(port), in rtl8366rb_port_bridge_join() 1266 ret = regmap_update_bits(priv->map, RTL8366RB_PORT_ISO(i), in rtl8366rb_port_bridge_leave() 1275 regmap_update_bits(priv->map, RTL8366RB_PORT_ISO(port), in rtl8366rb_port_bridge_leave()
|
Completed in 4 milliseconds