Lines Matching defs:value
99 * result. We backup/restore the value to avoid affecting the
311 * clockevents code will reprogram it with the right value.
456 const u32 *value;
526 value = of_get_property(cpunode, "min-clock-frequency", NULL);
527 if (!value)
529 low_freq = (*value) / 1000;
535 value = of_get_property(cpunode, "max-clock-frequency", NULL);
536 if (!value)
538 hi_freq = (*value) / 1000;
577 const u32 *value;
583 value = of_get_property(cpunode, "reduced-clock-frequency", NULL);
584 if (!value)
586 low_freq = (*value) / 1000;
617 const u32 *value;
628 value = of_get_property(cpunode, "clock-frequency", NULL);
629 if (!value)
631 cur_freq = (*value) / 1000;