Lines Matching defs:duty_value
659 u32 duty_value = 0;
691 duty_value = value & duty_mask;
692 duty_value >>= pr->throttling.duty_offset;
694 if (duty_value)
695 state = pr->throttling.state_count - duty_value;
959 u32 duty_value = 0;
976 * Calculate the duty_value and duty_mask.
979 duty_value = pr->throttling.state_count - state;
981 duty_value <<= pr->throttling.duty_offset;
983 /* Used to clear all duty_value bits */
994 * turn it off before you can change the duty_value.
1003 * Write the new duty_value and then enable throttling. Note
1008 value |= duty_value;