Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dmii.h154 #define CTL1000_PREFER_MASTER 0x0400 /* prefer to operate as master */ macro
/linux-6.1.9/drivers/net/phy/
Dphy_device.c2060 ctl |= CTL1000_PREFER_MASTER; in genphy_setup_master_slave()
2080 CTL1000_PREFER_MASTER), ctl); in genphy_setup_master_slave()
2101 if (val & CTL1000_PREFER_MASTER) in genphy_read_master_slave()
Dat803x.c1650 phy_set_bits(phydev, MII_CTRL1000, CTL1000_PREFER_MASTER); in qca83xx_config_init()