| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | mv88e1xxx.h | 6 #ifndef BMCR_SPEED1000 7 # define BMCR_SPEED1000 0x40 macro
|
| H A D | mv88e1xxx.c | 131 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex() 135 ctl |= BMCR_SPEED1000; in mv88e1xxx_set_speed_duplex() 142 if (ctl & BMCR_SPEED1000) /* auto-negotiation required for 1Gb/s */ in mv88e1xxx_set_speed_duplex()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | mii.c | 122 ((bmcr & BMCR_SPEED1000 && in mii_ethtool_gset() 207 cmd->base.speed = ((bmcr & BMCR_SPEED1000 && in mii_ethtool_get_link_ksettings() 304 BMCR_SPEED1000 | BMCR_FULLDPLX); in mii_ethtool_sset() 306 tmp |= BMCR_SPEED1000; in mii_ethtool_sset() 401 BMCR_SPEED1000 | BMCR_FULLDPLX); in mii_ethtool_set_link_ksettings() 403 tmp |= BMCR_SPEED1000; in mii_ethtool_set_link_ksettings()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | xilinx_gmii2rgmii.c | 21 #define XILINX_GMII2RGMII_SPEED_MASK (BMCR_SPEED1000 | BMCR_SPEED100) 49 val |= BMCR_SPEED1000; in xgmiitorgmii_read_status()
|
| H A D | et1011c.c | 53 ctl &= ~(BMCR_FULLDPLX | BMCR_SPEED100 | BMCR_SPEED1000 | in et1011c_config_aneg()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-net.c | 112 val |= BMCR_SPEED1000; in eth_setup_loopback_test() 115 val &= ~BMCR_SPEED1000; in eth_setup_loopback_test() 118 val &= ~BMCR_SPEED1000; in eth_setup_loopback_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | phy.c | 123 ctl &= ~(BMCR_FULLDPLX | BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in genmii_setup_aneg() 181 ctl &= ~(BMCR_FULLDPLX | BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in genmii_setup_forced() 194 ctl |= BMCR_SPEED1000; in genmii_setup_forced() 267 if (bmcr & BMCR_SPEED1000) in genmii_read_link()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | mdio.h | 75 #define MDIO_CTRL1_SPEEDSELEXT (BMCR_SPEED1000 | BMCR_SPEED100) 82 #define MDIO_PMA_CTRL1_SPEED1000 BMCR_SPEED1000
|
| H A D | mii.h | 42 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mdio.h | 70 #define MDIO_CTRL1_SPEEDSELEXT (BMCR_SPEED1000 | BMCR_SPEED100) 77 #define MDIO_PMA_CTRL1_SPEED1000 BMCR_SPEED1000
|
| H A D | mii.h | 39 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | mdio.h | 75 #define MDIO_CTRL1_SPEEDSELEXT (BMCR_SPEED1000 | BMCR_SPEED100) 82 #define MDIO_PMA_CTRL1_SPEED1000 BMCR_SPEED1000
|
| H A D | mii.h | 42 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mdio.h | 79 #define MDIO_CTRL1_SPEEDSELEXT (BMCR_SPEED1000 | BMCR_SPEED100) 86 #define MDIO_PMA_CTRL1_SPEED1000 BMCR_SPEED1000
|
| H A D | mii.h | 42 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | et1011c.c | 34 ctl &= ~(BMCR_FULLDPLX | BMCR_SPEED100 | BMCR_SPEED1000 | in et1011c_config()
|
| H A D | xilinx_phy.c | 82 if (bmcr & BMCR_SPEED1000) in xilinxphy_startup()
|
| H A D | phy.c | 136 ctl |= BMCR_SPEED1000; in genphy_setup_forced() 372 if (bmcr & BMCR_SPEED1000) in genphy_parse_link()
|
| H A D | ti.c | 244 (BMCR_ANENABLE | BMCR_FULLDPLX | BMCR_SPEED1000)); in dp83867_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | vsc8211.c | 156 if (bmcr & BMCR_SPEED1000) in vsc8211_get_link_status() 232 if (bmcr & BMCR_SPEED1000) in vsc8211_get_link_status_fiber()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mii.c | 200 ushort speed_bits = regval & (BMCR_SPEED1000 | BMCR_SPEED100); in special_field() 205 speed_bits == BMCR_SPEED1000 ? "1000" : in special_field()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | serdes.c | 212 bmcr = val & ~(BMCR_SPEED100 | BMCR_FULLDPLX | BMCR_SPEED1000); in mv88e6352_serdes_pcs_link_up() 215 bmcr |= BMCR_SPEED1000; in mv88e6352_serdes_pcs_link_up() 840 bmcr = val & ~(BMCR_SPEED100 | BMCR_FULLDPLX | BMCR_SPEED1000); in mv88e6390_serdes_pcs_link_up() 844 bmcr |= BMCR_SPEED1000; in mv88e6390_serdes_pcs_link_up()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-rk-tool.c | 143 phy_val |= BMCR_SPEED1000; in dwmac_rk_enable_mac_loopback() 149 phy_val &= ~BMCR_SPEED1000; in dwmac_rk_enable_mac_loopback() 156 phy_val &= ~BMCR_SPEED1000; in dwmac_rk_enable_mac_loopback() 227 val |= BMCR_SPEED1000; in dwmac_rk_enable_phy_loopback() 233 val &= ~BMCR_SPEED1000; in dwmac_rk_enable_phy_loopback() 240 val &= ~BMCR_SPEED1000; in dwmac_rk_enable_phy_loopback()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_dtsec.c | 1310 tmp_reg16 &= ~(BMCR_SPEED100 | BMCR_SPEED1000); in dtsec_restart_autoneg() 1312 BMCR_FULLDPLX | BMCR_SPEED1000); in dtsec_restart_autoneg() 1427 BMCR_FULLDPLX | BMCR_SPEED1000); in dtsec_init() 1437 BMCR_FULLDPLX | BMCR_SPEED1000); in dtsec_init()
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uec_phy.c | 263 BMCR_SPEED1000 | BMCR_ANENABLE); in genmii_setup_forced() 270 ctrl |= BMCR_SPEED1000; in genmii_setup_forced()
|