Home
last modified time | relevance | path

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

12

/u-boot/board/freescale/ls2080ardb/
A Deth_ls2080rdb.c114 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
/u-boot/common/
A Dexports.c24 # define phy_find_by_mask dummy macro
/u-boot/include/
A D_exports.h79 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
A Dexports.h58 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
A Dphy.h402 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
/u-boot/board/freescale/lx2160a/
A Deth_lx2160ardb.c168 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
A Deth_lx2160aqds.c584 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
A Deth_lx2162aqds.c593 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
/u-boot/board/seco/mx6quq7/
A Dmx6quq7.c78 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/u-boot/drivers/net/phy/
A Dxilinx_gmii2rgmii.c109 ext_phydev = phy_find_by_mask(phydev->bus, in xilinxgmiitorgmii_probe()
A Dphy.c913 struct phy_device *phy_find_by_mask(struct mii_dev *bus, uint phy_mask, in phy_find_by_mask() function
1068 phydev = phy_find_by_mask(bus, mask, interface); in phy_connect()
/u-boot/board/gdsys/a38x/
A Dcontrolcenterdc.c193 phydev = phy_find_by_mask(bus, 1 << k, in init_host_phys()
A Dihs_phys.c147 struct phy_device *phydev = phy_find_by_mask( in init_single_phy()
/u-boot/board/technologic/ts4800/
A Dts4800.c219 phydev = phy_find_by_mask(bus, phy_id, PHY_INTERFACE_MODE_MII); in board_eth_init()
/u-boot/board/udoo/
A Dudoo.c200 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/u-boot/board/bachmann/ot1200/
A Dot1200.c299 phydev = phy_find_by_mask(bus, 0x21, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/u-boot/board/udoo/neo/
A Dneo.c311 phydev = phy_find_by_mask(bus, (0x1 << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
/u-boot/drivers/net/
A Dsunxi_emac.c275 priv->phydev = phy_find_by_mask(priv->bus, mask, in sunxi_emac_init_phy()
A Dpch_gbe.c419 phydev = phy_find_by_mask(priv->bus, mask, plat->phy_interface); in pch_gbe_phy_init()
A Dravb.c321 phydev = phy_find_by_mask(eth->bus, mask, pdata->phy_interface); in ravb_phy_config()
A Daltera_tse.c438 phydev = phy_find_by_mask(priv->bus, mask, priv->interface); in tse_phy_init()
A Dethoc.c617 phydev = phy_find_by_mask(priv->bus, mask, PHY_INTERFACE_MODE_MII); in ethoc_phy_init()
A Dsni_ave.c396 phydev = phy_find_by_mask(priv->bus, mask, priv->phy_mode); in ave_phy_init()
/u-boot/board/boundary/nitrogen6x/
A Dnitrogen6x.c348 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
/u-boot/board/congatec/cgtqmx6eval/
A Dcgtqmx6eval.c279 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()

Completed in 46 milliseconds

12