Searched refs:mv88e61xx_port_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/phy/ |
H A D | mv88e61xx.c | 414 static int mv88e61xx_port_write(struct phy_device *phydev, u8 port, u8 reg, in mv88e61xx_port_write() function 530 val = mv88e61xx_port_write(phydev, port, PORT_REG_CTRL, val); in mv88e61xx_switch_reset() 592 val = mv88e61xx_port_write(phydev, port, PORT_REG_CTRL, val); in mv88e61xx_port_enable() 611 val = mv88e61xx_port_write(phydev, port, PORT_REG_VLAN_ID, val); in mv88e61xx_port_set_vlan() 622 val = mv88e61xx_port_write(phydev, port, PORT_REG_VLAN_MAP, val); in mv88e61xx_port_set_vlan() 648 val = mv88e61xx_port_write(phydev, port, PORT_REG_PHYS_CTRL, in mv88e61xx_read_port_config() 699 val = mv88e61xx_port_write(phydev, port, PORT_REG_PHYS_CTRL, in mv88e61xx_read_port_config() 729 return mv88e61xx_port_write(phydev, port, PORT_REG_PHYS_CTRL, in mv88e61xx_fixed_port_setup()
|