Searched defs:mt753x_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/dsa/ |
D | mt7530.h | 679 struct mt753x_info { struct 680 enum mt753x_id id; 682 int (*sw_setup)(struct dsa_switch *ds); 683 int (*phy_read)(struct dsa_switch *ds, int port, int regnum); 684 int (*phy_write)(struct dsa_switch *ds, int port, int regnum, u16 val); 685 int (*pad_setup)(struct dsa_switch *ds, phy_interface_t interface); 686 int (*cpu_port_config)(struct dsa_switch *ds, int port); 687 bool (*phy_mode_supported)(struct dsa_switch *ds, int port, 689 void (*mac_port_validate)(struct dsa_switch *ds, int port, 691 int (*mac_port_get_state)(struct dsa_switch *ds, int port, [all …]
|