Searched refs:phyid (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/mpc8544ds/ |
| H A D | mpc8544ds.c | 245 uint phyid; in board_phy_config() local 253 for (phyid = 0; phyid < 4; phyid++) in board_phy_config() 254 bus->write(bus, phyid, MDIO_DEVAD_NONE, MIIM_CIS8204_SLED_CON, in board_phy_config()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | mcfmii.c | 53 u32 phyid; member 174 && (phyinfo[i].phyid != 0); i++) { in mii_discover_phy() 175 if (phyinfo[i].phyid == phytype) { in mii_discover_phy() 178 phyinfo[i].phyid, in mii_discover_phy()
|
| H A D | lpc32xx_eth.c | 554 int lpc32xx_eth_phylib_init(struct eth_device *dev, int phyid) in lpc32xx_eth_phylib_init() argument 579 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RMII); in lpc32xx_eth_phylib_init() 581 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_MII); in lpc32xx_eth_phylib_init()
|
| H A D | mvgbe.c | 649 int mvgbe_phylib_init(struct eth_device *dev, int phyid) in mvgbe_phylib_init() argument 672 smi_reg_write(bus, MV_PHY_ADR_REQUEST, 0, MV_PHY_ADR_REQUEST, phyid); in mvgbe_phylib_init() 674 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RGMII); in mvgbe_phylib_init()
|