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

  /external/u-boot/include/linux/
mii.h 95 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
108 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
164 else if (negotiated & LPA_100HALF)
165 ret = LPA_100HALF;
  /bionic/libc/kernel/uapi/linux/
mii.h 97 #define LPA_100HALF 0x0080
109 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
  /external/kernel-headers/original/uapi/linux/
mii.h 101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
  /external/u-boot/drivers/net/
ftmac110.c 170 else if (tmp & LPA_100HALF) /* 100Mbps half-duplex */
davinci_emac.c 305 if (tmp & (LPA_100FULL | LPA_100HALF))
fec_mxc.c 212 LPA_100FULL | LPA_100HALF | LPA_10FULL |
    [all...]
  /external/u-boot/drivers/net/phy/
phy.c 337 if (lpa & (LPA_100FULL | LPA_100HALF)) {
  /external/u-boot/drivers/qe/
uec_phy.c 434 if (status & (LPA_100FULL | LPA_100HALF))

Completed in 99 milliseconds