Searched refs:phy_regmap (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/phy/lantiq/ |
H A D | phy-lantiq-vrx200-pcie.c | 88 struct regmap *phy_regmap; member 103 regmap_write(priv->phy_regmap, PCIE_PHY_PLL_A_CTRL1, 0x120e); in ltq_vrx200_pcie_phy_common_setup() 106 regmap_write(priv->phy_regmap, PCIE_PHY_PLL_A_CTRL2, 0x39d7); in ltq_vrx200_pcie_phy_common_setup() 107 regmap_write(priv->phy_regmap, PCIE_PHY_PLL_A_CTRL3, 0x0900); in ltq_vrx200_pcie_phy_common_setup() 110 regmap_write(priv->phy_regmap, PCIE_PHY_RX1_EI, 0x0004); in ltq_vrx200_pcie_phy_common_setup() 111 regmap_write(priv->phy_regmap, PCIE_PHY_RX1_A_CTRL, 0x6803); in ltq_vrx200_pcie_phy_common_setup() 113 regmap_update_bits(priv->phy_regmap, PCIE_PHY_TX1_CTRL1, in ltq_vrx200_pcie_phy_common_setup() 118 regmap_write(priv->phy_regmap, PCIE_PHY_TX1_A_CTRL2, 0x0706); in ltq_vrx200_pcie_phy_common_setup() 121 regmap_write(priv->phy_regmap, PCIE_PHY_TX1_CTRL3, 0x1fff); in ltq_vrx200_pcie_phy_common_setup() 124 regmap_write(priv->phy_regmap, PCIE_PHY_TX1_A_CTRL1, 0x0810); in ltq_vrx200_pcie_phy_common_setup() [all …]
|
/openbmc/linux/drivers/net/mdio/ |
H A D | mdio-mscc-miim.c | 272 struct regmap *mii_regmap, *phy_regmap; in mscc_miim_probe() local 285 phy_regmap = ocelot_regmap_from_resource_optional(pdev, 1, in mscc_miim_probe() 287 if (IS_ERR(phy_regmap)) in mscc_miim_probe() 288 return dev_err_probe(dev, PTR_ERR(phy_regmap), in mscc_miim_probe() 298 miim->phy_regs = phy_regmap; in mscc_miim_probe()
|