Home
last modified time | relevance | path

Searched refs:CTL1000_ENABLE_MASTER (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dmii.h156 #define CTL1000_ENABLE_MASTER 0x1000 macro
/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Dphy.c597 hw->phy.original_ms_type = (phy_data & CTL1000_ENABLE_MASTER) ? in e1000_set_master_slave_mode()
603 phy_data |= (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
606 phy_data |= CTL1000_ENABLE_MASTER; in e1000_set_master_slave_mode()
610 phy_data &= ~CTL1000_ENABLE_MASTER; in e1000_set_master_slave_mode()
897 data &= ~CTL1000_ENABLE_MASTER; in e1000e_copper_link_setup_igp()
/linux-6.6.21/drivers/net/phy/
Dmotorcomm.c1143 if (adv & CTL1000_ENABLE_MASTER) in ytphy_utp_read_lpa()
1873 ctl |= CTL1000_ENABLE_MASTER; in ytphy_setup_master_slave()
1884 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in ytphy_setup_master_slave()
Dphy_device.c2121 ctl |= CTL1000_ENABLE_MASTER; in genphy_setup_master_slave()
2132 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2148 if (val & CTL1000_ENABLE_MASTER) { in genphy_read_master_slave()
2403 if (adv & CTL1000_ENABLE_MASTER) in genphy_read_lpa()
Dmicrel.c1135 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
1532 priv->vct_ctrl1000 = ret & (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1533 ret &= ~(CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1534 ret |= CTL1000_ENABLE_MASTER; in ksz9x31_cable_test_start()
1690 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER, in ksz9x31_cable_test_get_status()
Drealtek.c342 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
Dbroadcom.c97 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
/linux-6.6.21/drivers/net/ethernet/broadcom/
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()
8223 CTL1000_ENABLE_MASTER; in tg3_phy_lpbk_set()