Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dmii.h155 #define CTL1000_AS_MASTER 0x0800 macro
/Linux-v6.1/drivers/net/phy/
Drealtek.c335 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
752 ctl |= CTL1000_AS_MASTER; in rtl9000a_config_aneg()
764 ret = phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in rtl9000a_config_aneg()
785 if (ret & CTL1000_AS_MASTER) in rtl9000a_read_status()
Dmicrochip_t1.c781 ctl |= CTL1000_AS_MASTER; in lan87xx_config_aneg()
793 return phy_modify_changed(phydev, MII_CTRL1000, CTL1000_AS_MASTER, ctl); in lan87xx_config_aneg()
Dmicrel.c1101 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
1404 priv->vct_ctrl1000 = ret & (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1405 ret &= ~(CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1562 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER, in ksz9x31_cable_test_get_status()
Dphy_device.c2065 ctl |= CTL1000_AS_MASTER; in genphy_setup_master_slave()
2079 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2096 if (val & CTL1000_AS_MASTER) in genphy_read_master_slave()
Ddp83869.c76 CTL1000_AS_MASTER)
Dbroadcom.c84 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
Dphy.c597 ((phy_data & CTL1000_AS_MASTER) ? in e1000_set_master_slave_mode()
602 phy_data |= (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
606 phy_data &= ~(CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
/Linux-v6.1/drivers/net/ethernet/broadcom/
Dtg3.c2574 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_reset_5703_4_5()
4339 new_adv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_autoneg_cfg()
4671 tgtadv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_copper_an_config_ok()
4673 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_copper_an_config_ok()
8216 val |= CTL1000_AS_MASTER | in tg3_phy_lpbk_set()