HomeSort by relevance Sort by last modified time
    Searched refs:fec_halt (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/net/
fsl_mcdmafec.c 104 static void fec_halt(struct eth_device *dev);
256 fec_halt(dev);
270 fec_halt(dev);
362 fec_halt(dev);
462 static void fec_halt(struct eth_device *dev) function
520 dev->halt = fec_halt;
mcffec.c 82 void fec_halt(struct eth_device *dev);
523 void fec_halt(struct eth_device *dev) function
559 dev->halt = fec_halt;
mpc8xx_fec.c 113 static void fec_halt(struct eth_device *dev);
148 dev->halt = fec_halt;
507 * call mii_init since fec_halt messes the thing up
664 static void fec_halt(struct eth_device *dev) function
fec_mxc.c 600 static void fec_halt(struct eth_device *dev)
829 fec_halt(dev);
846 fec_halt(dev);
1082 edev->halt = fec_halt;
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 406 static void fec_halt(struct eth_device* dev) function
435 dev->halt = fec_halt;

Completed in 1008 milliseconds