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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
MvPhy.h 65 BOOLEAN FullDuplex;
  /external/u-boot/drivers/net/
ns8382x.c 102 FullDuplex = 0x10000000,
113 #define SpeedStatus_Polarity ( GigSpeed | HundSpeed | FullDuplex)
417 chpcfg & FullDuplex ? "full" : "half");
699 duplex = (config & FullDuplex) ? 1 : 0;
natsemi.c 114 FullDuplex = 0x20000000,
734 int duplex = INL(dev, ChipConfig) & FullDuplex ? 1 : 0;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.c 215 PhyDev->FullDuplex = TRUE;
218 PhyDev->FullDuplex = FALSE;

Completed in 473 milliseconds