Home
last modified time | relevance | path

Searched refs:MASTER_SLAVE_CFG_MASTER_FORCE (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dphy-c45.c87 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_c45_pma_baset1_setup_master_slave()
216 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_c45_baset1_an_config_aneg()
585 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_c45_pma_baset1_read_master_slave()
1144 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_c45_baset1_read_status()
H A Dnxp-tja11xx.c250 case MASTER_SLAVE_CFG_MASTER_FORCE: in tja11xx_config_aneg()
388 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in tja11xx_read_status()
H A Dphy-core.c244 phydev->master_slave_set = MASTER_SLAVE_CFG_MASTER_FORCE; in of_set_phy_timing_role()
H A Dmicrochip_t1.c1044 case MASTER_SLAVE_CFG_MASTER_FORCE: in lan87xx_config_aneg()
1380 if (phydev->master_slave_set == MASTER_SLAVE_CFG_MASTER_FORCE || in lan887x_100M_setup()
H A Dbcm-phy-lib.c1117 case MASTER_SLAVE_CFG_MASTER_FORCE: in bcm_setup_lre_master_slave()
H A Dphy_device.c1995 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_setup_master_slave()
2028 cfg = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_read_master_slave()
H A Dbroadcom.c1230 cfg = MASTER_SLAVE_CFG_MASTER_FORCE; in lre_read_master_slave()
H A Dmotorcomm.c1945 case MASTER_SLAVE_CFG_MASTER_FORCE: in ytphy_setup_master_slave()
/linux-6.15/net/ethtool/
H A Dlinkmodes.c206 case MASTER_SLAVE_CFG_MASTER_FORCE: in ethnl_validate_master_slave_cfg()
/linux-6.15/drivers/net/phy/qcom/
H A Dqca808x.c150 return (phydev->master_slave_get == MASTER_SLAVE_CFG_MASTER_FORCE) || in qca808x_is_prefer_master()
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c1224 case MASTER_SLAVE_CFG_MASTER_FORCE: in rtl9000a_config_aneg()
1259 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in rtl9000a_read_status()
/linux-6.15/include/uapi/linux/
H A Dethtool.h2222 #define MASTER_SLAVE_CFG_MASTER_FORCE 4 macro