Searched refs:regmap_cr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/amlogic/ |
H A D | phy-meson-g12a-usb3-pcie.c | 57 struct regmap *regmap_cr; member 218 ret = regmap_update_bits(priv->regmap_cr, 0x102d, BIT(7), BIT(7)); in phy_g12a_usb3_init() 222 ret = regmap_update_bits(priv->regmap_cr, 0x1010, 0xff0, 20); in phy_g12a_usb3_init() 233 ret = regmap_read(priv->regmap_cr, 0x1006, &data); in phy_g12a_usb3_init() 242 ret = regmap_write(priv->regmap_cr, 0x1006, data); in phy_g12a_usb3_init() 252 ret = regmap_read(priv->regmap_cr, 0x1002, &data); in phy_g12a_usb3_init() 260 ret = regmap_write(priv->regmap_cr, 0x1002, data); in phy_g12a_usb3_init() 265 ret = regmap_update_bits(priv->regmap_cr, 0x30, 0xf << 4, 8 << 4); in phy_g12a_usb3_init() 405 priv->regmap_cr = devm_regmap_init(dev, NULL, priv, in phy_g12a_usb3_pcie_probe() 407 if (IS_ERR(priv->regmap_cr)) in phy_g12a_usb3_pcie_probe() [all …]
|