HomeSort by relevance Sort by last modified time
    Searched defs:LPA_100HALF (Results 1 - 3 of 3) 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)

Completed in 76 milliseconds