Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dsmpro-misc.c19 #define SOC_POWER_LIMIT 0xE5 macro
80 ret = regmap_read(misc->regmap, SOC_POWER_LIMIT, &value); in soc_power_limit_show()
98 ret = regmap_write(misc->regmap, SOC_POWER_LIMIT, (unsigned int)val); in soc_power_limit_store()