Searched refs:chip_scu (Results 1 – 2 of 2) sorted by relevance
| /drivers/thermal/ |
| A D | airoha_thermal.c | 198 struct regmap *chip_scu; member 211 regmap_read(priv->chip_scu, EN7581_DOUT_TADC, &val); in airoha_get_thermal_ADC() 220 regmap_read(priv->chip_scu, EN7581_PLLRG_PROTECT, &pllrg); in airoha_init_thermal_ADC_mode() 223 regmap_write(priv->chip_scu, EN7581_PLLRG_PROTECT, EN7581_SCU_THERMAL_PROTECT_KEY); in airoha_init_thermal_ADC_mode() 225 regmap_write(priv->chip_scu, EN7581_PWD_TADC, adc_mux); in airoha_init_thermal_ADC_mode() 228 regmap_write(priv->chip_scu, EN7581_PLLRG_PROTECT, pllrg); in airoha_init_thermal_ADC_mode() 433 priv->chip_scu = syscon_node_to_regmap(chip_scu_np); in airoha_thermal_probe() 434 if (IS_ERR(priv->chip_scu)) in airoha_thermal_probe() 435 return PTR_ERR(priv->chip_scu); in airoha_thermal_probe()
|
| /drivers/pinctrl/mediatek/ |
| A D | pinctrl-airoha.c | 365 struct regmap *chip_scu; member 2485 regmap_update_bits(pinctrl->chip_scu, in airoha_pinmux_set_mux() 2560 if (regmap_read(pinctrl->chip_scu, reg->offset, val)) in airoha_pinctrl_get_conf() 2579 if (regmap_update_bits(pinctrl->chip_scu, reg->offset, reg->mask, in airoha_pinctrl_set_conf() 2884 pinctrl->chip_scu = map; in airoha_pinctrl_probe()
|
Completed in 14 milliseconds