Home
last modified time | relevance | path

Searched refs:phy_find_by_mask (Results 1 – 25 of 32) sorted by relevance

12

/external/u-boot/board/freescale/ls2080ardb/
Deth_ls2080rdb.c110 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
/external/u-boot/include/
D_exports.h82 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
Dexports.h43 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
Dphy.h231 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
/external/u-boot/common/
Dexports.c21 # define phy_find_by_mask dummy macro
/external/u-boot/board/seco/mx6quq7/
Dmx6quq7.c75 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/external/u-boot/board/gdsys/a38x/
Dcontrolcenterdc.c178 phydev = phy_find_by_mask(bus, 1 << k, in init_host_phys()
Dihs_phys.c145 struct phy_device *phydev = phy_find_by_mask( in init_single_phy()
/external/u-boot/board/technologic/ts4800/
Dts4800.c214 phydev = phy_find_by_mask(bus, phy_id, PHY_INTERFACE_MODE_MII); in board_eth_init()
/external/u-boot/board/udoo/
Dudoo.c195 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/external/u-boot/board/tqc/tqma6/
Dtqma6_mba6.c297 phydev = phy_find_by_mask(bus, (0xf << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/external/u-boot/board/dhelectronics/dh_imx6/
Ddh_imx6.c179 phydev = phy_find_by_mask(bus, 0xf, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/external/u-boot/drivers/net/phy/
Dphy.c845 struct phy_device *phy_find_by_mask(struct mii_dev *bus, uint phy_mask, in phy_find_by_mask() function
903 phydev = phy_find_by_mask(bus, 1 << addr, interface); in phy_connect()
/external/u-boot/board/bachmann/ot1200/
Dot1200.c295 phydev = phy_find_by_mask(bus, 0x21, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/external/u-boot/board/liebherr/display5/
Ddisplay5.c301 phydev = phy_find_by_mask(bus, 0xffffffff /* (0xf << 4) */, in board_eth_init()
/external/u-boot/board/sks-kinkel/sksimx6/
Dsksimx6.c150 phydev = phy_find_by_mask(bus, (0xf << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/external/u-boot/board/udoo/neo/
Dneo.c306 phydev = phy_find_by_mask(bus, (0x1 << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/external/u-boot/drivers/net/
Dsunxi_emac.c270 priv->phydev = phy_find_by_mask(priv->bus, mask, in sunxi_emac_init_phy()
Dfec_mxc.c1162 phydev = phy_find_by_mask(bus, 1 << phy_id, PHY_INTERFACE_MODE_RGMII); in fecmxc_initialize_multi()
1236 phydev = phy_find_by_mask(priv->bus, mask, priv->interface); in fec_phy_init()
Dpch_gbe.c415 phydev = phy_find_by_mask(priv->bus, mask, plat->phy_interface); in pch_gbe_phy_init()
Daltera_tse.c435 phydev = phy_find_by_mask(priv->bus, mask, priv->interface); in tse_phy_init()
Dravb.c313 phydev = phy_find_by_mask(eth->bus, mask, pdata->phy_interface); in ravb_phy_config()
Dethoc.c615 phydev = phy_find_by_mask(priv->bus, mask, PHY_INTERFACE_MODE_MII); in ethoc_phy_init()
/external/u-boot/board/solidrun/mx6cuboxi/
Dmx6cuboxi.c237 phydev = phy_find_by_mask(bus, ETH_PHY_MASK, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/external/u-boot/board/toradex/colibri_imx6/
Dcolibri_imx6.c425 phydev = phy_find_by_mask(bus, 0xff, PHY_INTERFACE_MODE_RMII); in board_eth_init()

12