Searched refs:RTL8366RB_PECR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | rtl8366rb.c | 43 #define RTL8366RB_PECR 0x0001 macro 870 ret = regmap_update_bits(smi->map, RTL8366RB_PECR, in rtl8366rb_setup() 1016 ret = regmap_update_bits(smi->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_up() 1037 ret = regmap_update_bits(smi->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_down() 1099 ret = regmap_update_bits(smi->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_enable() 1115 ret = regmap_update_bits(smi->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_disable()
|
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 44 #define RTL8366RB_PECR 0x0001 macro 931 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, in rtl8366rb_setup() 1108 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_up() 1129 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_down() 1191 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_enable() 1207 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_disable()
|
Completed in 6 milliseconds