Lines Matching defs:value
319 * Encode an LTR_L1.2_THRESHOLD value for the L1 PM Substates Control 1
320 * register. Ports enter L1.2 when the most recent LTR value is greater
326 static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value)
331 * LTR_L1.2_THRESHOLD_Value ("value") is a 10-bit field with max
332 * value of 0x3ff.
336 *value = threshold_ns;
339 *value = roundup(threshold_ns, 32) / 32;
342 *value = roundup(threshold_ns, 1024) / 1024;
345 *value = roundup(threshold_ns, 32768) / 32768;
348 *value = roundup(threshold_ns, 1048576) / 1048576;
351 *value = roundup(threshold_ns, 33554432) / 33554432;
354 *value = 0x3ff; /* Max representable value */
443 u32 t_common_mode, t_power_on, l1_2_threshold, scale, value;
479 encode_l12_threshold(l1_2_threshold, &scale, &value);
480 ctl1 |= t_common_mode << 8 | scale << 29 | value << 16;
987 * programming the same ASPM Control value for all functions of