Home
last modified time | relevance | path

Searched refs:chip_scu (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thermal/
H A Dairoha_thermal.c248 struct regmap *chip_scu; member
303 regmap_read(priv->chip_scu, EN7581_PLLRG_PROTECT, &pllrg); in airoha_set_thermal_mux()
306 regmap_write(priv->chip_scu, EN7581_PLLRG_PROTECT, in airoha_set_thermal_mux()
325 regmap_write(priv->chip_scu, EN7581_PLLRG_PROTECT, pllrg); in airoha_set_thermal_mux()
546 priv->chip_scu = syscon_node_to_regmap(chip_scu_np); in en7581_thermal_probe()
547 if (IS_ERR(priv->chip_scu)) in en7581_thermal_probe()
548 return PTR_ERR(priv->chip_scu); in en7581_thermal_probe()
557 field = devm_regmap_field_alloc(dev, priv->chip_scu, in en7581_thermal_probe()
647 priv->chip_scu = device_node_to_regmap(dev->of_node); in an7583_thermal_probe()
648 if (IS_ERR(priv->chip_scu)) in an7583_thermal_probe()
[all …]
/linux/drivers/pinctrl/airoha/
H A Dairoha-common.h125 struct regmap *chip_scu; member
H A Dpinctrl-airoha.c420 regmap_update_bits(pinctrl->chip_scu, in airoha_pinmux_set_mux()
486 if (regmap_read(pinctrl->chip_scu, reg->offset, val)) in airoha_pinctrl_get_conf()
510 if (regmap_update_bits(pinctrl->chip_scu, reg->offset, reg->mask, in airoha_pinctrl_set_conf()
801 pinctrl->chip_scu = map; in airoha_pinctrl_probe()