Searched defs:mt753x_info (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.h | 747 struct mt753x_info { struct 748 enum mt753x_id id; 750 const struct phylink_pcs_ops *pcs_ops; 752 int (*sw_setup)(struct dsa_switch *ds); 753 int (*phy_read_c22)(struct mt7530_priv *priv, int port, int regnum); 754 int (*phy_write_c22)(struct mt7530_priv *priv, int port, int regnum, 756 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, 758 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, 760 int (*pad_setup)(struct dsa_switch *ds, phy_interface_t interface); 761 int (*cpu_port_config)(struct dsa_switch *ds, int port); [all …]
|