Searched refs:omsg (Results 1 – 4 of 4) sorted by relevance
948 struct opal_occ_msg omsg; in powernv_cpufreq_occ_msg() local954 omsg.type = be64_to_cpu(msg->params[0]); in powernv_cpufreq_occ_msg()956 switch (omsg.type) { in powernv_cpufreq_occ_msg()977 omsg.chip = be64_to_cpu(msg->params[1]); in powernv_cpufreq_occ_msg()978 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()994 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg()997 if (omsg.throttle_status >= 0 && in powernv_cpufreq_occ_msg()998 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) { in powernv_cpufreq_occ_msg()999 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg()1000 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()