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

/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_msg.c49 u16 msg_code; local
54 enetc_msg_handle_rxmsg(pf, i, &msg_code);
56 psimsgrr = ENETC_SIMSGSR_SET_MC(msg_code);
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c327 u8 msg_code; local
343 msg_code = MSG_CODE_ASSERT_INTA + intx;
346 msg_code = MSG_CODE_DEASSERT_INTA + intx;
358 CDNS_PCIE_NORMAL_MSG_CODE(msg_code) |
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c416 * @msg_code: Message code
424 static int ipc_send_mng_msg(struct ishtp_device *dev, uint32_t msg_code, argument
428 uint32_t drbl_val = IPC_BUILD_MNG_MSG(msg_code, size);
/linux-master/sound/soc/sof/intel/
H A Dhda.c625 hda_dsp_get_state_text(u32 code, const struct hda_dsp_msg_code *msg_code, argument
631 if (code == msg_code[i].code)
632 return msg_code[i].text;

Completed in 497 milliseconds