Searched refs:omsg (Results 1 – 4 of 4) sorted by relevance
950 struct opal_occ_msg omsg; in powernv_cpufreq_occ_msg() local956 omsg.type = be64_to_cpu(msg->params[0]); in powernv_cpufreq_occ_msg()958 switch (omsg.type) { in powernv_cpufreq_occ_msg()979 omsg.chip = be64_to_cpu(msg->params[1]); in powernv_cpufreq_occ_msg()980 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()996 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg()999 if (omsg.throttle_status >= 0 && in powernv_cpufreq_occ_msg()1000 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) { in powernv_cpufreq_occ_msg()1001 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg()1002 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;
385 } 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()