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

/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c950 struct opal_occ_msg omsg; local
956 omsg.type = be64_to_cpu(msg->params[0]);
958 switch (omsg.type) {
979 omsg.chip = be64_to_cpu(msg->params[1]);
980 omsg.throttle_status = be64_to_cpu(msg->params[2]);
996 if (chips[i].id == omsg.chip)
999 if (omsg.throttle_status >= 0 &&
1000 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) {
1001 chips[i].throttle_reason = omsg.throttle_status;
1002 chips[i].reason[omsg
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h189 uint64_t omsg:7; member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
191 uint64_t omsg:7;
233 uint64_t omsg:7; member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xx
235 uint64_t omsg:7;
275 uint64_t omsg:7; member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
277 uint64_t omsg:7;
/linux-master/include/linux/
H A Dswitchtec.h386 } omsg[4]; member in struct:ntb_dbmsg_regs
/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c158 if (idx < 0 || idx >= ARRAY_SIZE(sndev->mmio_peer_dbmsg->omsg))
161 iowrite32(val, &sndev->mmio_peer_dbmsg->omsg[idx].msg);

Completed in 297 milliseconds