Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dmii.h155 #define CTL1000_AS_MASTER 0x0800 macro
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c383 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
1225 ctl |= CTL1000_AS_MASTER; in rtl9000a_config_aneg()
1237 ret = phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in rtl9000a_config_aneg()
1258 if (ret & CTL1000_AS_MASTER) in rtl9000a_read_status()
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dphy.c638 ((phy_data & CTL1000_AS_MASTER) ? in e1000_set_master_slave_mode()
643 phy_data |= (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
647 phy_data &= ~(CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
/linux-6.15/drivers/net/phy/
H A Ddp83869.c76 CTL1000_AS_MASTER)
H A Dmicrochip_t1.c1045 ctl |= CTL1000_AS_MASTER; in lan87xx_config_aneg()
1057 ret = phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in lan87xx_config_aneg()
H A Dphy_device.c1996 ctl |= CTL1000_AS_MASTER; in genphy_setup_master_slave()
2010 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2027 if (val & CTL1000_AS_MASTER) in genphy_read_master_slave()
H A Dmotorcomm.c1946 ctl |= CTL1000_AS_MASTER; in ytphy_setup_master_slave()
1960 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in ytphy_setup_master_slave()
H A Dmicrel.c1269 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
1670 priv->vct_ctrl1000 = ret & (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1671 ret &= ~(CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1828 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER, in ksz9x31_cable_test_get_status()
H A Dbroadcom.c122 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c2576 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_reset_5703_4_5()
4341 new_adv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_autoneg_cfg()
4662 tgtadv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_copper_an_config_ok()
4664 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_copper_an_config_ok()
8322 val |= CTL1000_AS_MASTER | in tg3_phy_lpbk_set()