Lines Matching defs:state
88 * speedstep_set_state - set the SpeedStep state
89 * @state: new processor frequency state (SPEEDSTEP_LOW or SPEEDSTEP_HIGH)
91 * Tries to change the SpeedStep state. Can be called from
94 static void speedstep_set_state(unsigned int state)
100 if (state > 0x1)
106 /* read state */
111 /* write new state */
113 value |= state;
137 if (state == (value & 0x1))