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

  /external/u-boot/drivers/net/phy/
smsc.c 21 if (mii_reg & (BMSR_100FULL | BMSR_100HALF))
natsemi.c 122 if(mii_reg & (BMSR_100FULL | BMSR_100HALF)) {
phy.c 404 if (val & BMSR_100HALF)
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.h 85 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
  /bionic/libc/kernel/uapi/linux/
mii.h 70 #define BMSR_100HALF 0x2000
  /external/kernel-headers/original/uapi/linux/
mii.h 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
  /external/u-boot/include/linux/
mii.h 61 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
  /external/u-boot/drivers/net/
at91_emac.c 297 if (stat1 & BMSR_100HALF) {
ftgmac100.c 298 if (stat_fe & BMSR_100HALF) {

Completed in 107 milliseconds