Searched refs:omsg (Results 1 – 4 of 4) sorted by relevance
941 struct opal_occ_msg omsg; in powernv_cpufreq_occ_msg() local947 omsg.type = be64_to_cpu(msg->params[0]); in powernv_cpufreq_occ_msg()949 switch (omsg.type) { in powernv_cpufreq_occ_msg()970 omsg.chip = be64_to_cpu(msg->params[1]); in powernv_cpufreq_occ_msg()971 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()987 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg()990 if (omsg.throttle_status >= 0 && in powernv_cpufreq_occ_msg()991 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) { in powernv_cpufreq_occ_msg()992 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg()993 chips[i].reason[omsg.throttle_status]++; in powernv_cpufreq_occ_msg()[all …]
189 uint64_t omsg:7; member191 uint64_t omsg:7;233 uint64_t omsg:7; member235 uint64_t omsg:7;275 uint64_t omsg:7; member277 uint64_t omsg:7;
386 } omsg[4]; member
158 if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->omsg)) in switchtec_ntb_send_msg()161 iowrite32(val, &sndev->mmio_peer_dbmsg->omsg[idx].msg); in switchtec_ntb_send_msg()