Searched refs:APPLE_DVFS_CMD_PS1 (Results 1 – 1 of 1) sorted by relevance
29 #define APPLE_DVFS_CMD_PS1 GENMASK(4, 0) macro122 pstate = FIELD_GET(APPLE_DVFS_CMD_PS1, reg); in apple_soc_cpufreq_get_rate()151 reg &= ~(APPLE_DVFS_CMD_PS1 | APPLE_DVFS_CMD_PS2); in apple_soc_cpufreq_set_target()152 reg |= FIELD_PREP(APPLE_DVFS_CMD_PS1, pstate); in apple_soc_cpufreq_set_target()