/u-boot/board/freescale/ls2080ardb/ |
A D | eth_ls2080rdb.c | 114 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
|
/u-boot/common/ |
A D | exports.c | 24 # define phy_find_by_mask dummy macro
|
/u-boot/include/ |
A D | _exports.h | 79 EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
|
A D | exports.h | 58 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
A D | phy.h | 402 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
/u-boot/board/freescale/lx2160a/ |
A D | eth_lx2160ardb.c | 168 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
|
A D | eth_lx2160aqds.c | 584 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
|
A D | eth_lx2162aqds.c | 593 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
|
/u-boot/board/seco/mx6quq7/ |
A D | mx6quq7.c | 78 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
|
/u-boot/drivers/net/phy/ |
A D | xilinx_gmii2rgmii.c | 109 ext_phydev = phy_find_by_mask(phydev->bus, in xilinxgmiitorgmii_probe()
|
A D | phy.c | 913 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 D | controlcenterdc.c | 193 phydev = phy_find_by_mask(bus, 1 << k, in init_host_phys()
|
A D | ihs_phys.c | 147 struct phy_device *phydev = phy_find_by_mask( in init_single_phy()
|
/u-boot/board/technologic/ts4800/ |
A D | ts4800.c | 219 phydev = phy_find_by_mask(bus, phy_id, PHY_INTERFACE_MODE_MII); in board_eth_init()
|
/u-boot/board/udoo/ |
A D | udoo.c | 200 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
|
/u-boot/board/bachmann/ot1200/ |
A D | ot1200.c | 299 phydev = phy_find_by_mask(bus, 0x21, PHY_INTERFACE_MODE_RGMII); in board_eth_init()
|
/u-boot/board/udoo/neo/ |
A D | neo.c | 311 phydev = phy_find_by_mask(bus, (0x1 << CONFIG_FEC_MXC_PHYADDR), in board_eth_init()
|
/u-boot/drivers/net/ |
A D | sunxi_emac.c | 275 priv->phydev = phy_find_by_mask(priv->bus, mask, in sunxi_emac_init_phy()
|
A D | pch_gbe.c | 419 phydev = phy_find_by_mask(priv->bus, mask, plat->phy_interface); in pch_gbe_phy_init()
|
A D | ravb.c | 321 phydev = phy_find_by_mask(eth->bus, mask, pdata->phy_interface); in ravb_phy_config()
|
A D | altera_tse.c | 438 phydev = phy_find_by_mask(priv->bus, mask, priv->interface); in tse_phy_init()
|
A D | ethoc.c | 617 phydev = phy_find_by_mask(priv->bus, mask, PHY_INTERFACE_MODE_MII); in ethoc_phy_init()
|
A D | sni_ave.c | 396 phydev = phy_find_by_mask(priv->bus, mask, priv->phy_mode); in ave_phy_init()
|
/u-boot/board/boundary/nitrogen6x/ |
A D | nitrogen6x.c | 348 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
|
/u-boot/board/congatec/cgtqmx6eval/ |
A D | cgtqmx6eval.c | 279 phydev = phy_find_by_mask(bus, (0xf << 4), PHY_INTERFACE_MODE_RGMII); in board_eth_init()
|