Home | History | Annotate | Download | only in qe

Lines Matching defs:duplex

55  * speed and duplex should be for the port.
66 * #define CONFIG_SYS_FIXED_PHY_PORT(name,speed,duplex) \
67 * {name, speed, duplex},
85 unsigned int duplex; /* specified duplex FULL or HALF */
351 duplex match, skip auto neg as it already matches */
353 if (mii_info->duplex == DUPLEX_FULL &&
424 mii_info->duplex = DUPLEX_FULL;
426 mii_info->duplex = DUPLEX_HALF;
431 mii_info->duplex = DUPLEX_FULL;
433 mii_info->duplex = DUPLEX_HALF;
528 /* If the link is up, read the speed and duplex */
538 mii_info->duplex = DUPLEX_FULL;
540 mii_info->duplex = DUPLEX_HALF;
612 /* If the link is up, read the speed and duplex
622 mii_info->duplex = DUPLEX_FULL;
624 mii_info->duplex = DUPLEX_HALF;
666 mii_info->duplex = fixed_phy_port[i].duplex;
691 /* If the link is up, read the speed and duplex */
702 mii_info->duplex = DUPLEX_HALF;
706 mii_info->duplex = DUPLEX_FULL;
710 mii_info->duplex = DUPLEX_HALF;
714 mii_info->duplex = DUPLEX_FULL;