Searched refs:BMCR_SPEED1000 (Results 1 - 12 of 12) sorted by relevance

/u-boot/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c17 #define ZYNQ_GMII2RGMII_SPEED_MASK (BMCR_SPEED1000 | BMCR_SPEED100)
111 val |= BMCR_SPEED1000;
H A Det1011c.c33 ctl &= ~(BMCR_FULLDPLX | BMCR_SPEED100 | BMCR_SPEED1000 |
H A Dxilinx_phy.c80 if (bmcr & BMCR_SPEED1000)
H A Ddp83867.c340 (BMCR_ANENABLE | BMCR_FULLDPLX | BMCR_SPEED1000));
H A Ddp83869.c53 BMCR_SPEED1000)
H A Dphy.c140 ctl |= BMCR_SPEED1000;
380 if (bmcr & BMCR_SPEED1000)
/u-boot/include/linux/
H A Dmdio.h75 #define MDIO_CTRL1_SPEEDSELEXT (BMCR_SPEED1000 | BMCR_SPEED100)
82 #define MDIO_PMA_CTRL1_SPEED1000 BMCR_SPEED1000
H A Dmii.h41 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ macro
/u-boot/cmd/
H A Dmii.c218 ushort speed_bits = regval & (BMCR_SPEED1000 | BMCR_SPEED100);
223 speed_bits == BMCR_SPEED1000 ? "1000" :
/u-boot/drivers/usb/eth/
H A Dlan75xx.c48 (BMCR_LOOPBACK | BMCR_SPEED1000));
H A Dr8152.c1021 bmcr = BMCR_SPEED1000;
/u-boot/drivers/net/
H A Dsja1105.c2328 val = BMCR_SPEED1000;

Completed in 124 milliseconds