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

  /external/u-boot/include/linux/
mii.h 97 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
107 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
108 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
160 if (negotiated & LPA_100FULL)
161 ret = LPA_100FULL;
  /bionic/libc/kernel/uapi/linux/
mii.h 99 #define LPA_100FULL 0x0100
108 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
109 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
  /external/kernel-headers/original/uapi/linux/
mii.h 103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
  /external/u-boot/drivers/net/
davinci_emac.c 294 if (tmp & (LPA_100FULL | LPA_10FULL)) {
305 if (tmp & (LPA_100FULL | LPA_100HALF))
523 if (lpa_val & (LPA_100FULL | LPA_10FULL))
ftmac110.c 168 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */
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)) {
340 if (lpa & LPA_100FULL)
  /external/u-boot/drivers/qe/
uec_phy.c 430 if (status & (LPA_10FULL | LPA_100FULL))
434 if (status & (LPA_100FULL | LPA_100HALF))
  /external/u-boot/common/
miiphyutil.c 499 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ?

Completed in 2904 milliseconds