Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/phy/
Dphy-c45.c86 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_c45_pma_baset1_setup_master_slave()
215 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_c45_baset1_an_config_aneg()
584 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_c45_pma_baset1_read_master_slave()
1146 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_c45_baset1_read_status()
Dnxp-tja11xx.c239 case MASTER_SLAVE_CFG_MASTER_FORCE: in tja11xx_config_aneg()
376 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in tja11xx_read_status()
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()
Dphy-core.c434 phydev->master_slave_set = MASTER_SLAVE_CFG_MASTER_FORCE; in of_set_phy_timing_role()
Dbcm-phy-lib.c1117 case MASTER_SLAVE_CFG_MASTER_FORCE: in bcm_setup_lre_master_slave()
Dphy_device.c2264 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_setup_master_slave()
2297 cfg = MASTER_SLAVE_CFG_MASTER_FORCE; in genphy_read_master_slave()
Dbroadcom.c1230 cfg = MASTER_SLAVE_CFG_MASTER_FORCE; in lre_read_master_slave()
Dmotorcomm.c1945 case MASTER_SLAVE_CFG_MASTER_FORCE: in ytphy_setup_master_slave()
/linux-6.14.4/net/ethtool/
Dlinkmodes.c206 case MASTER_SLAVE_CFG_MASTER_FORCE: in ethnl_validate_master_slave_cfg()
/linux-6.14.4/drivers/net/phy/qcom/
Dqca808x.c150 return (phydev->master_slave_get == MASTER_SLAVE_CFG_MASTER_FORCE) || in qca808x_is_prefer_master()
/linux-6.14.4/drivers/net/phy/realtek/
Drealtek_main.c1220 case MASTER_SLAVE_CFG_MASTER_FORCE: in rtl9000a_config_aneg()
1255 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in rtl9000a_read_status()
/linux-6.14.4/include/uapi/linux/
Dethtool.h2204 #define MASTER_SLAVE_CFG_MASTER_FORCE 4 macro