Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmii.h156 #define CTL1000_ENABLE_MASTER 0x1000 macro
/linux-5.19.10/drivers/net/ethernet/intel/e1000e/
Dphy.c596 hw->phy.original_ms_type = (phy_data & CTL1000_ENABLE_MASTER) ? in e1000_set_master_slave_mode()
602 phy_data |= (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in e1000_set_master_slave_mode()
605 phy_data |= CTL1000_ENABLE_MASTER; in e1000_set_master_slave_mode()
609 phy_data &= ~CTL1000_ENABLE_MASTER; in e1000_set_master_slave_mode()
896 data &= ~CTL1000_ENABLE_MASTER; in e1000e_copper_link_setup_igp()
/linux-5.19.10/drivers/net/phy/
Dmicrel.c1076 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
1379 priv->vct_ctrl1000 = ret & (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1380 ret &= ~(CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in ksz9x31_cable_test_start()
1381 ret |= CTL1000_ENABLE_MASTER; in ksz9x31_cable_test_start()
1537 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER, in ksz9x31_cable_test_get_status()
Dphy_device.c2068 ctl |= CTL1000_ENABLE_MASTER; in genphy_setup_master_slave()
2079 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2095 if (val & CTL1000_ENABLE_MASTER) { in genphy_read_master_slave()
2347 if (adv & CTL1000_ENABLE_MASTER) in genphy_read_lpa()
Drealtek.c329 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
Dbroadcom.c79 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
/linux-5.19.10/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()
8217 CTL1000_ENABLE_MASTER; in tg3_phy_lpbk_set()