Home
last modified time | relevance | path

Searched refs:pmi_msg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
A Dppc_cbe_cpufreq_pmi.c38 pmi_message_t pmi_msg; in cbe_cpufreq_set_pmode_pmi() local
42 pmi_msg.type = PMI_TYPE_FREQ_CHANGE; in cbe_cpufreq_set_pmode_pmi()
43 pmi_msg.data1 = cbe_cpu_to_node(cpu); in cbe_cpufreq_set_pmode_pmi()
44 pmi_msg.data2 = pmode; in cbe_cpufreq_set_pmode_pmi()
49 pmi_send_message(pmi_msg); in cbe_cpufreq_set_pmode_pmi()
57 ret = pmi_msg.data2; in cbe_cpufreq_set_pmode_pmi()
65 static void cbe_cpufreq_handle_pmi(pmi_message_t pmi_msg) in cbe_cpufreq_handle_pmi() argument
72 BUG_ON(pmi_msg.type != PMI_TYPE_FREQ_CHANGE); in cbe_cpufreq_handle_pmi()
74 node = pmi_msg.data1; in cbe_cpufreq_handle_pmi()
75 slow_mode = pmi_msg.data2; in cbe_cpufreq_handle_pmi()
/linux/arch/powerpc/platforms/cell/
A Dcbe_powerbutton.c19 static void cbe_powerbutton_handle_pmi(pmi_message_t pmi_msg) in cbe_powerbutton_handle_pmi() argument
21 BUG_ON(pmi_msg.type != PMI_TYPE_POWER_BUTTON); in cbe_powerbutton_handle_pmi()

Completed in 3 milliseconds