Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c39 struct stop_psscr_table { struct
44 static struct stop_psscr_table stop_psscr_table[CPUIDLE_STATE_MAX] __read_mostly; variable
146 arch300_idle_type(stop_psscr_table[index].val, in stop_loop()
147 stop_psscr_table[index].mask); in stop_loop()
246 stop_psscr_table[index].val = psscr_val; in add_powernv_state()
247 stop_psscr_table[index].mask = psscr_mask; in add_powernv_state()