Searched refs:txmsg (Results 1 – 1 of 1) sorted by relevance
682 upwr_start_msg txmsg = {0}; in upwr_start() local690 UPWR_MSG_HDR(txmsg.hdr, UPWR_SG_EXCEPT, UPWR_XCP_START); in upwr_start()692 txmsg.hdr.arg = fw_launch_option = launchopt; in upwr_start()694 if (upwr_tx((uint32_t *)&txmsg, sizeof(txmsg) / 4U, NULL) < 0) { in upwr_start()740 upwr_xcp_config_msg txmsg = {0}; in upwr_xcp_config() local753 txmsg.hdr.arg = 1U; /* 1= read, txmsg.word2 ignored */ in upwr_xcp_config()755 txmsg.hdr.arg = 0U; /* 1= write */ in upwr_xcp_config()756 txmsg.word2 = config->R; in upwr_xcp_config()759 UPWR_MSG_HDR(txmsg.hdr, UPWR_SG_EXCEPT, UPWR_XCP_CONFIG); in upwr_xcp_config()761 upwr_srv_req(UPWR_SG_EXCEPT, (uint32_t *)&txmsg, sizeof(txmsg) / 4U); in upwr_xcp_config()[all …]