Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpuidle/
Dcpuidle-cps.c21 STATE_NC_WAIT, /* MIPS wait instruction, non-coherent */ enumerator
40 if (!cpu_data[dev->cpu].core && (index > STATE_NC_WAIT)) in cps_nc_enter()
41 index = STATE_NC_WAIT; in cps_nc_enter()
45 case STATE_NC_WAIT: in cps_nc_enter()
78 [STATE_NC_WAIT] = {
128 cps_driver.state_count = STATE_NC_WAIT + 1; in cps_cpuidle_init()
139 case STATE_NC_WAIT: in cps_cpuidle_init()
153 for (i = STATE_NC_WAIT; i < cps_driver.state_count; i++) in cps_cpuidle_init()