HomeSort by relevance Sort by last modified time
    Searched refs:mii_dev (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/u-boot/drivers/net/
cpsw.c 274 struct mii_dev *bus;
527 static int cpsw_mdio_read(struct mii_dev *bus, int phy_id,
546 static int cpsw_mdio_write(struct mii_dev *bus, int phy_id, int dev_addr,
565 struct mii_dev *bus = mdio_alloc();
    [all...]
eepro100.c 330 static int eepro100_miiphy_read(struct mii_dev *bus, int addr, int devad,
348 static int eepro100_miiphy_write(struct mii_dev *bus, int addr, int devad,
449 struct mii_dev *mdiodev = mdio_alloc();
sh_eth.c 608 struct mii_dev *mdiodev;
677 struct mii_dev *bus;
814 struct mii_dev *mdiodev;
dwc_eth_qos.c 280 struct mii_dev *mii;
368 static int eqos_mdio_read(struct mii_dev *bus, int mdio_addr, int mdio_devad,
412 static int eqos_mdio_write(struct mii_dev *bus, int mdio_addr, int mdio_devad,
    [all...]
bcm-sf2-eth-gmac.c 605 int gmac_miiphy_read(struct mii_dev *bus, int phyaddr, int devad, int reg)
633 int gmac_miiphy_write(struct mii_dev *bus, int phyaddr, int devad, int reg,
fsl_mcdmafec.c 558 struct mii_dev *mdiodev = mdio_alloc();
mcffec.c 597 struct mii_dev *mdiodev = mdio_alloc();
mvpp2.c     [all...]
vsc9953.c 31 void vsc9953_port_info_set_mdio(int port_no, struct mii_dev *bus)
    [all...]
  /external/u-boot/drivers/net/phy/
cortina.c 353 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id)
  /external/u-boot/include/
tsec.h 402 struct mii_dev *bus;
  /external/u-boot/drivers/net/ldpaa_eth/
ldpaa_eth.c 25 struct mii_dev *bus;
388 struct mii_dev *bus;
557 struct mii_dev *bus = wriop_get_mdio(priv->dpmac_id);
  /external/u-boot/drivers/qe/
uec.c 625 static int uec_miiphy_read(struct mii_dev *bus, int addr, int devad, int reg)
647 static int uec_miiphy_write(struct mii_dev *bus, int addr, int devad, int reg,
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 444 struct mii_dev *mdiodev = mdio_alloc();
  /external/u-boot/board/udoo/neo/
neo.c 294 struct mii_dev *bus = NULL;
  /external/u-boot/board/toradex/apalis_imx6/
apalis_imx6.c 253 static int reset_enet_phy(struct mii_dev *bus)
482 struct mii_dev *bus = NULL;
    [all...]
  /external/u-boot/board/solidrun/mx6cuboxi/
mx6cuboxi.c 221 struct mii_dev *bus;
  /external/u-boot/board/boundary/nitrogen6x/
nitrogen6x.c 380 struct mii_dev *bus = NULL;
  /external/u-boot/board/congatec/cgtqmx6eval/
cgtqmx6eval.c 258 struct mii_dev *bus;
  /external/u-boot/board/gateworks/gw_ventana/
gw_ventana.c 251 struct mii_dev *bus = phydev->bus;
    [all...]
  /external/u-boot/board/toradex/colibri_imx6/
colibri_imx6.c 407 struct mii_dev *bus = NULL;
  /external/u-boot/drivers/net/fm/
eth.c 39 struct mii_dev bus;

Completed in 1054 milliseconds

1 2 3 45