Lines Matching refs:Integer
327 if (elm[i].Integer.Value > UINT32_MAX) in acpicpu_pstate_pss_add()
331 ps->ps_freq = elm[0].Integer.Value; in acpicpu_pstate_pss_add()
332 ps->ps_power = elm[1].Integer.Value; in acpicpu_pstate_pss_add()
333 ps->ps_latency = elm[2].Integer.Value; in acpicpu_pstate_pss_add()
334 ps->ps_latency_bm = elm[3].Integer.Value; in acpicpu_pstate_pss_add()
335 ps->ps_control = elm[4].Integer.Value; in acpicpu_pstate_pss_add()
336 ps->ps_status = elm[5].Integer.Value; in acpicpu_pstate_pss_add()
420 if (elm[i].Integer.Value > UINT32_MAX) in acpicpu_pstate_xpss_add()
438 ps->ps_freq = elm[0].Integer.Value; in acpicpu_pstate_xpss_add()
441 ps->ps_power = elm[1].Integer.Value; in acpicpu_pstate_xpss_add()
444 ps->ps_latency = elm[2].Integer.Value; in acpicpu_pstate_xpss_add()
447 ps->ps_latency_bm = elm[3].Integer.Value; in acpicpu_pstate_xpss_add()
662 if (elm[i].Integer.Value > UINT32_MAX) { in acpicpu_pstate_dep()
668 val = elm[1].Integer.Value; in acpicpu_pstate_dep()
673 val = elm[3].Integer.Value; in acpicpu_pstate_dep()
680 val = elm[4].Integer.Value; in acpicpu_pstate_dep()
687 sc->sc_pstate_dep.dep_domain = elm[2].Integer.Value; in acpicpu_pstate_dep()
688 sc->sc_pstate_dep.dep_type = elm[3].Integer.Value; in acpicpu_pstate_dep()
689 sc->sc_pstate_dep.dep_ncpus = elm[4].Integer.Value; in acpicpu_pstate_dep()
777 obj[0].Integer.Value = ACPICPU_P_NOTIFY; in acpicpu_pstate_change()
778 obj[1].Integer.Value = acpicpu_pstate_max(sc); in acpicpu_pstate_change()