Searched refs:duplex (Results 51 - 75 of 91) sorted by relevance

1234

/u-boot/drivers/net/
H A Dmt7620-eth.c231 bool duplex; member in struct:mt7620_gsw_port_cfg
639 if (port_cfg->duplex)
785 priv->port_cfg[2].duplex = true;
1070 priv->port_cfg[idx].duplex = ofnode_read_bool(subnode,
1071 "full-duplex");
H A Dmvgbe.h483 unsigned int duplex; member in struct:mvgbe_device
H A Dcortina_ni.c569 printf("CA NI PHY ID 0x%08X %dMbps %s duplex\n",
571 phydev->duplex == DUPLEX_HALF ? "half" : "full");
617 port_glb_cfg.duplex = phydev->duplex == DUPLEX_HALF ? 1 : 0;
H A Dmtk_eth.c139 int duplex; member in struct:mtk_eth_priv
1147 if (priv->phydev->duplex) {
1203 if (priv->phydev->duplex) {
1256 debug("Speed: %d, %s duplex%s\n", phydev->speed,
1257 (phydev->duplex) ? "full" : "half",
1498 if (priv->duplex)
1938 priv->duplex = ofnode_read_bool(subnode, "full-duplex");
H A Dbcm6348-eth.c177 /* mac duplex parameters */
178 if (phydev->duplex)
H A Dbcm-sf2-eth-gmac.c736 int gmac_set_speed(int speed, int duplex) argument
742 hd_ena = duplex ? 0 : CC_HD;
881 /* Set to 1Gbps and full duplex by default */
H A Ddesignware.c346 if (phydev->duplex)
351 printf("Speed: %d, %s duplex%s\n", phydev->speed,
352 (phydev->duplex) ? "full" : "half",
H A Dsun8i_emac.c154 u32 duplex; member in struct:emac_eth_dev
272 if (phydev->duplex)
H A Dtsec.c31 /* By default force the TBI PHY into 1000Mbps full duplex when in SGMII mode */
180 * Configure maccfg2 based on negotiated speed and duplex
200 if (phydev->duplex)
226 printf("Speed: %d, %s duplex%s\n", phydev->speed,
227 (phydev->duplex) ? "full" : "half",
H A Dnpcm750_eth.c448 if (phydev->duplex)
455 debug("Speed: %d, %s duplex%s\n", phydev->speed,
456 (phydev->duplex) ? "full" : "half",
H A Dhifemac.c252 if (phy->duplex == DUPLEX_FULL)
H A Dfsl_enetc.c206 if (phydev->duplex == DUPLEX_FULL)
H A Daltera_tse.c136 if (phydev->duplex)
H A Dmvgbe.c809 dmvgbe->duplex = fdtdec_get_bool(blob, fl_node, "full-duplex");
H A Dravb.c454 /* Check if full duplex mode is supported by the phy */
455 if (phy->duplex)
H A Dmvpp2.c974 unsigned int duplex; member in struct:mvpp2_port
4390 (port->duplex != phydev->duplex)) {
4400 if (phydev->duplex)
4411 port->duplex = phydev->duplex;
4418 port->duplex = -1;
4554 port->duplex = 0;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mdio.h27 u16 duplex : 1; member in struct:__anon29::__anon30
/u-boot/drivers/net/phy/
H A Dnxp-c45-tja11xx.c339 phydev->duplex = DUPLEX_FULL;
H A Dmotorcomm.c313 phydev->duplex = (val & YTPHY_DUPLEX_MASK) >> YTPHY_DUPLEX_SHIFT;
H A Db53.c609 phydev->duplex = 1;
H A Daquantia.c559 phydev->duplex = DUPLEX_FULL;
/u-boot/drivers/usb/eth/
H A Dr8152.c999 static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex) argument
1027 if (duplex == DUPLEX_FULL)
1031 if (duplex == DUPLEX_FULL)
1036 if (duplex == DUPLEX_FULL) {
1044 if (duplex == DUPLEX_FULL) {
/u-boot/drivers/net/ti/
H A Dam65-cpsw-nuss.c205 if (phy->duplex == DUPLEX_FULL)
217 printf("link up on port %d, speed %d, %s duplex\n",
219 (phy->duplex == DUPLEX_FULL) ? "full" : "half");
/u-boot/drivers/net/octeontx2/
H A Dcgx_intf.c317 args->duplex = 0;
/u-boot/board/freescale/t208xqds/
H A Deth_t208xqds.c383 f_link.duplex = 1;

Completed in 302 milliseconds

1234