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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.c81 pmi_message_t pmi_msg; local
86 pmi_msg.type = PMI_TYPE_FREQ_CHANGE;
87 pmi_msg.data1 = cbe_cpu_to_node(cpu);
88 pmi_msg.data2 = pmode;
94 pmi_send_message(pmi_dev, pmi_msg);
95 ret = pmi_msg.data2;
169 static void cbe_cpufreq_handle_pmi(struct of_device *dev, pmi_message_t pmi_msg) argument
174 BUG_ON(pmi_msg.type != PMI_TYPE_FREQ_CHANGE);
176 cpu = cbe_node_to_cpu(pmi_msg.data1);
177 cbe_pmode_new = pmi_msg
[all...]

Completed in 49 milliseconds