rcu_regmap 252 drivers/net/dsa/lantiq_gswip.c struct regmap *rcu_regmap; rcu_regmap 1686 drivers/net/dsa/lantiq_gswip.c ret = regmap_write(priv->rcu_regmap, gphy_fw->fw_addr_offset, dev_addr); rcu_regmap 1752 drivers/net/dsa/lantiq_gswip.c ret = regmap_write(priv->rcu_regmap, gphy_fw->fw_addr_offset, 0); rcu_regmap 1801 drivers/net/dsa/lantiq_gswip.c priv->rcu_regmap = syscon_regmap_lookup_by_phandle(gphy_fw_list_np, rcu_regmap 1803 drivers/net/dsa/lantiq_gswip.c if (IS_ERR(priv->rcu_regmap)) rcu_regmap 1804 drivers/net/dsa/lantiq_gswip.c return PTR_ERR(priv->rcu_regmap); rcu_regmap 89 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c struct regmap *rcu_regmap; rcu_regmap 253 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c regmap_update_bits(priv->rcu_regmap, rcu_regmap 258 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c regmap_update_bits(priv->rcu_regmap, rcu_regmap 422 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c priv->rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, rcu_regmap 424 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c if (IS_ERR(priv->rcu_regmap)) rcu_regmap 425 drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c return PTR_ERR(priv->rcu_regmap); rcu_regmap 32 drivers/soc/lantiq/fpi-bus.c struct regmap *rcu_regmap; rcu_regmap 43 drivers/soc/lantiq/fpi-bus.c rcu_regmap = syscon_regmap_lookup_by_phandle(np, "lantiq,rcu"); rcu_regmap 44 drivers/soc/lantiq/fpi-bus.c if (IS_ERR(rcu_regmap)) rcu_regmap 45 drivers/soc/lantiq/fpi-bus.c return PTR_ERR(rcu_regmap); rcu_regmap 54 drivers/soc/lantiq/fpi-bus.c ret = regmap_update_bits(rcu_regmap, rcu_ahb_endianness_reg_offset, rcu_regmap 160 drivers/watchdog/lantiq_wdt.c struct regmap *rcu_regmap; rcu_regmap 164 drivers/watchdog/lantiq_wdt.c rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); rcu_regmap 165 drivers/watchdog/lantiq_wdt.c if (IS_ERR(rcu_regmap)) rcu_regmap 166 drivers/watchdog/lantiq_wdt.c return PTR_ERR(rcu_regmap); rcu_regmap 168 drivers/watchdog/lantiq_wdt.c err = regmap_read(rcu_regmap, LTQ_XRX_RCU_RST_STAT, &val); rcu_regmap 180 drivers/watchdog/lantiq_wdt.c struct regmap *rcu_regmap; rcu_regmap 184 drivers/watchdog/lantiq_wdt.c rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, rcu_regmap 186 drivers/watchdog/lantiq_wdt.c if (IS_ERR(rcu_regmap)) rcu_regmap 187 drivers/watchdog/lantiq_wdt.c return PTR_ERR(rcu_regmap); rcu_regmap 189 drivers/watchdog/lantiq_wdt.c err = regmap_read(rcu_regmap, LTQ_FALCON_SYS1_CPU0RS, &val);