Lines Matching refs:ctrl1
112 int bt1_ctrl, ctrl1, ctrl2, ret; in genphy_c45_pma_setup_forced() local
118 ctrl1 = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1); in genphy_c45_pma_setup_forced()
119 if (ctrl1 < 0) in genphy_c45_pma_setup_forced()
120 return ctrl1; in genphy_c45_pma_setup_forced()
126 ctrl1 &= ~MDIO_CTRL1_SPEEDSEL; in genphy_c45_pma_setup_forced()
141 ctrl1 |= MDIO_PMA_CTRL1_SPEED100; in genphy_c45_pma_setup_forced()
145 ctrl1 |= MDIO_PMA_CTRL1_SPEED1000; in genphy_c45_pma_setup_forced()
150 ctrl1 |= MDIO_CTRL1_SPEED2_5G; in genphy_c45_pma_setup_forced()
155 ctrl1 |= MDIO_CTRL1_SPEED5G; in genphy_c45_pma_setup_forced()
160 ctrl1 |= MDIO_CTRL1_SPEED10G; in genphy_c45_pma_setup_forced()
168 ret = phy_write_mmd(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1, ctrl1); in genphy_c45_pma_setup_forced()