Searched refs:RTL8366RB_PECR (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 48 #define RTL8366RB_PECR 0x0001 macro 1169 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, in rtl8366rb_setup() 1375 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_up() 1398 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_mac_link_down() 1414 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_enable() 1429 ret = regmap_update_bits(priv->map, RTL8366RB_PECR, BIT(port), in rtl8366rb_port_disable()
|