Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A 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()
H A 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()
H A Drealtek.c1128 case MASTER_SLAVE_CFG_MASTER_FORCE: in rtl9000a_config_aneg()
1163 phydev->master_slave_get = MASTER_SLAVE_CFG_MASTER_FORCE; in rtl9000a_read_status()
H A Dmicrochip_t1.c992 case MASTER_SLAVE_CFG_MASTER_FORCE: in lan87xx_config_aneg()
1308 if (phydev->master_slave_set == MASTER_SLAVE_CFG_MASTER_FORCE || in lan887x_100M_setup()
H A Dbcm-phy-lib.c1118 case MASTER_SLAVE_CFG_MASTER_FORCE: in bcm_setup_lre_master_slave()
H A Dphy_device.c2300 case MASTER_SLAVE_CFG_MASTER_FORCE: in genphy_setup_master_slave()
2333 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/net/ethtool/
H A Dlinkmodes.c206 case MASTER_SLAVE_CFG_MASTER_FORCE: in ethnl_validate_master_slave_cfg()
/linux/drivers/net/phy/qcom/
H A Dqca808x.c150 return (phydev->master_slave_get == MASTER_SLAVE_CFG_MASTER_FORCE) || in qca808x_is_prefer_master()
/linux/include/uapi/linux/
H A Dethtool.h2200 #define MASTER_SLAVE_CFG_MASTER_FORCE 4 macro