Lines Matching defs:duty_value
647 u32 duty_value = 0;
679 duty_value = value & duty_mask;
680 duty_value >>= pr->throttling.duty_offset;
682 if (duty_value)
683 state = pr->throttling.state_count - duty_value;
943 u32 duty_value = 0;
960 * Calculate the duty_value and duty_mask.
963 duty_value = pr->throttling.state_count - state;
965 duty_value <<= pr->throttling.duty_offset;
967 /* Used to clear all duty_value bits */
978 * turn it off before you can change the duty_value.
987 * Write the new duty_value and then enable throttling. Note
992 value |= duty_value;