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.
457 const u32 *value;
527 value = of_get_property(cpunode, "min-clock-frequency", NULL);
528 if (!value)
530 low_freq = (*value) / 1000;
536 value = of_get_property(cpunode, "max-clock-frequency", NULL);
537 if (!value)
539 hi_freq = (*value) / 1000;
578 const u32 *value;
584 value = of_get_property(cpunode, "reduced-clock-frequency", NULL);
585 if (!value)
587 low_freq = (*value) / 1000;
618 const u32 *value;
629 value = of_get_property(cpunode, "clock-frequency", NULL);
630 if (!value)
632 cur_freq = (*value) / 1000;