Home
last modified time | relevance | path

Searched refs:CTL1000_AS_MASTER (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmii.h155 #define CTL1000_AS_MASTER 0x0800 macro
/openbmc/u-boot/include/linux/
H A Dmii.h134 #define CTL1000_AS_MASTER 0x0800 macro
/openbmc/linux/drivers/net/phy/
H A Drealtek.c342 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
782 ctl |= CTL1000_AS_MASTER; in rtl9000a_config_aneg()
794 ret = phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in rtl9000a_config_aneg()
815 if (ret & CTL1000_AS_MASTER) in rtl9000a_read_status()
H A Dmicrochip_t1.c819 ctl |= CTL1000_AS_MASTER; in lan87xx_config_aneg()
831 ret = phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in lan87xx_config_aneg()
H A Ddp83869.c76 CTL1000_AS_MASTER)
H A Dmotorcomm.c1870 ctl |= CTL1000_AS_MASTER; in ytphy_setup_master_slave()
1884 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in ytphy_setup_master_slave()
H A Dphy_device.c2126 ctl |= CTL1000_AS_MASTER; in genphy_setup_master_slave()
2140 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2157 if (val & CTL1000_AS_MASTER) in genphy_read_master_slave()
H A Dmicrel.c1146 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
1547 priv->vct_ctrl1000 = ret & (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1548 ret &= ~(CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1705 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER, in ksz9x31_cable_test_get_status()
H A Dbroadcom.c97 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c639 ((phy_data & CTL1000_AS_MASTER) ? in e1000_set_master_slave_mode()
644 phy_data |= (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
648 phy_data &= ~(CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2575 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_reset_5703_4_5()
4340 new_adv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_autoneg_cfg()
4672 tgtadv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_copper_an_config_ok()
4674 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_copper_an_config_ok()
8222 val |= CTL1000_AS_MASTER | in tg3_phy_lpbk_set()