Searched refs:ag7xxx_switch_reg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | ag7xxx.c | 233 static int ag7xxx_switch_reg_write(struct mii_dev *bus, int reg, u32 val) in ag7xxx_switch_reg_write() function 300 ret = ag7xxx_switch_reg_write(bus, 0x98, data); in ag7xxx_mdio_rw() 646 ret = ag7xxx_switch_reg_write(priv->bus, 0, reg); in ag933x_phy_setup_lan() 664 ret = ag7xxx_switch_reg_write(priv->bus, 0x78, BIT(8)); in ag933x_phy_setup_lan() 669 ret = ag7xxx_switch_reg_write(priv->bus, i * 0x100, BIT(9)); in ag933x_phy_setup_lan() 675 ret = ag7xxx_switch_reg_write(priv->bus, 0x38, 0xc000050e); in ag933x_phy_setup_lan() 680 ret = ag7xxx_switch_reg_write(priv->bus, 0x104, 0x4004); in ag933x_phy_setup_lan() 685 ret = ag7xxx_switch_reg_write(priv->bus, 0x70, 0xfa50); in ag933x_phy_setup_lan() 694 ret = ag7xxx_switch_reg_write(priv->bus, 0x5c, reg); in ag933x_phy_setup_lan() 796 ret = ag7xxx_switch_reg_write(priv->bus, 0x624, 0x7f7f7f7f); in ag934x_phy_setup() [all …]
|