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

  /bionic/libc/kernel/uapi/linux/
mii.h 129 #define LPA_1000HALF 0x0400
  /external/kernel-headers/original/uapi/linux/
mii.h 143 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */
  /external/u-boot/include/linux/
mii.h 136 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */
  /external/u-boot/drivers/net/
ftgmac100.c 225 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF)
282 if (stat_ge & LPA_1000HALF) {
macb.c 569 if (lpa & (LPA_1000FULL | LPA_1000HALF)) {
  /external/u-boot/drivers/qe/
uec_phy.c 421 if (status & (LPA_1000FULL | LPA_1000HALF)) {

Completed in 244 milliseconds