Home
last modified time | relevance | path

Searched refs:CTL1000_PREFER_MASTER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmii.h154 #define CTL1000_PREFER_MASTER 0x0400 /* prefer to operate as master */ macro
/openbmc/linux/drivers/net/phy/
H A Dmotorcomm.c1865 ctl |= CTL1000_PREFER_MASTER; in ytphy_setup_master_slave()
1885 CTL1000_PREFER_MASTER), ctl); in ytphy_setup_master_slave()
H A Dphy_device.c2121 ctl |= CTL1000_PREFER_MASTER; in genphy_setup_master_slave()
2141 CTL1000_PREFER_MASTER), ctl); in genphy_setup_master_slave()
2162 if (val & CTL1000_PREFER_MASTER) in genphy_read_master_slave()
H A Dat803x.c1629 phy_set_bits(phydev, MII_CTRL1000, CTL1000_PREFER_MASTER); in qca83xx_config_init()