Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmii.h136 #define CTL1000_ENABLE_MASTER 0x1000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmii.h136 #define CTL1000_ENABLE_MASTER 0x1000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmii.h156 #define CTL1000_ENABLE_MASTER 0x1000 macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h135 #define CTL1000_ENABLE_MASTER 0x1000 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c2032 ctl |= CTL1000_ENABLE_MASTER; in genphy_setup_master_slave()
2043 (CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER | in genphy_setup_master_slave()
2065 if (val & CTL1000_ENABLE_MASTER) { in genphy_read_master_slave()
2316 if (adv & CTL1000_ENABLE_MASTER) in genphy_read_lpa()
H A Drealtek.c178 CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER); in rtl8211c_config_init()
H A Dbroadcom.c79 val |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in bcm54210e_config_init()
H A Dmicrel.c760 result |= CTL1000_ENABLE_MASTER | CTL1000_AS_MASTER; in ksz9031_config_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c2580 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_reset_5703_4_5()
4344 new_adv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_autoneg_cfg()
4676 tgtadv |= CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER; in tg3_phy_copper_an_config_ok()
4678 CTL1000_AS_MASTER | CTL1000_ENABLE_MASTER); in tg3_phy_copper_an_config_ok()
8227 CTL1000_ENABLE_MASTER; in tg3_phy_lpbk_set()