Searched defs:mt753x_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/net/dsa/ |
D | mt7530.h | 764 struct mt753x_info { struct 765 enum mt753x_id id; 767 int (*sw_setup)(struct dsa_switch *ds); 768 int (*phy_read)(struct mt7530_priv *priv, int port, int regnum); 769 int (*phy_write)(struct mt7530_priv *priv, int port, int regnum, u16 val); 770 int (*pad_setup)(struct dsa_switch *ds, phy_interface_t interface); 771 int (*cpu_port_config)(struct dsa_switch *ds, int port); 772 bool (*phy_mode_supported)(struct dsa_switch *ds, int port, 774 void (*mac_port_validate)(struct dsa_switch *ds, int port, 776 int (*mac_port_get_state)(struct dsa_switch *ds, int port, [all …]
|