Home
last modified time | relevance | path

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

12

/openbmc/u-boot/board/freescale/ls2080ardb/
H A Deth_ls2080rdb.c110 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
/openbmc/u-boot/include/
H A D_exports.h80 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
H A Dexports.h42 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
H A Dphy.h192 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160ardb.c164 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
H A Deth_lx2160aqds.c572 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
/openbmc/u-boot/common/
H A Dexports.c21 # define phy_find_by_mask dummy macro
/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7.c75 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/openbmc/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c187 phydev = phy_find_by_mask(bus, 1 << k, in init_host_phys()
H A Dihs_phys.c145 struct phy_device *phydev = phy_find_by_mask( in init_single_phy()
/openbmc/u-boot/board/technologic/ts4800/
H A Dts4800.c214 phydev = phy_find_by_mask(bus, phy_id, PHY_INTERFACE_MODE_MII); in board_eth_init()
/openbmc/u-boot/board/udoo/
H A Dudoo.c195 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6_mba6.c297 phydev = phy_find_by_mask(bus, (0xf << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c179 phydev = phy_find_by_mask(bus, 0xf, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/openbmc/u-boot/board/bachmann/ot1200/
H A Dot1200.c295 phydev = phy_find_by_mask(bus, 0x21, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/openbmc/u-boot/board/liebherr/display5/
H A Ddisplay5.c301 phydev = phy_find_by_mask(bus, 0xffffffff /* (0xf << 4) */, in board_eth_init()
/openbmc/u-boot/board/sks-kinkel/sksimx6/
H A Dsksimx6.c150 phydev = phy_find_by_mask(bus, (0xf << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c856 struct phy_device *phy_find_by_mask(struct mii_dev *bus, uint phy_mask, in phy_find_by_mask() function
940 phydev = phy_find_by_mask(bus, mask, interface); in phy_connect()
/openbmc/u-boot/board/udoo/neo/
H A Dneo.c306 phydev = phy_find_by_mask(bus, (0x1 << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c270 priv->phydev = phy_find_by_mask(priv->bus, mask, in sunxi_emac_init_phy()
H A Dpch_gbe.c415 phydev = phy_find_by_mask(priv->bus, mask, plat->phy_interface); in pch_gbe_phy_init()
H A Dravb.c313 phydev = phy_find_by_mask(eth->bus, mask, pdata->phy_interface); in ravb_phy_config()
H A Daltera_tse.c435 phydev = phy_find_by_mask(priv->bus, mask, priv->interface); in tse_phy_init()
H A Dethoc.c615 phydev = phy_find_by_mask(priv->bus, mask, PHY_INTERFACE_MODE_MII); in ethoc_phy_init()
/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c323 phydev = phy_find_by_mask(bus, ETH_PHY_MASK, PHY_INTERFACE_MODE_RGMII); in board_eth_init()

12