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

  /external/u-boot/drivers/net/
ftgmac100.c 225 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF)
228 duplex = ((stat_ge & LPA_1000FULL)
277 if (stat_ge & LPA_1000FULL) {
macb.c 569 if (lpa & (LPA_1000FULL | LPA_1000HALF)) {
570 duplex = ((lpa & LPA_1000FULL) ? 1 : 0);
  /bionic/libc/kernel/uapi/linux/
mii.h 128 #define LPA_1000FULL 0x0800
  /external/kernel-headers/original/uapi/linux/
mii.h 142 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
  /external/u-boot/include/linux/
mii.h 135 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
  /external/u-boot/drivers/qe/
uec_phy.c 421 if (status & (LPA_1000FULL | LPA_1000HALF)) {
423 if (status & LPA_1000FULL)

Completed in 2597 milliseconds