Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmii.h135 #define CTL1000_AS_MASTER 0x0800 macro
/Linux-v4.19/drivers/net/phy/
Drealtek.c160 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
Dbroadcom.c48 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
Dmicrel.c598 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
/Linux-v4.19/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-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c2595 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_reset_5703_4_5()
4350 new_adv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_autoneg_cfg()
4682 tgtadv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_copper_an_config_ok()
4684 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_copper_an_config_ok()
8228 val |= CTL1000_AS_MASTER | in tg3_phy_lpbk_set()