Lines Matching refs:msgHdr
229 msg.msgHdr.msgType = AM_SBL_HOST_MSG_UPDATE; in send_update()
230 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_update_t); in send_update()
257 …am_hal_crc32((uint32_t)&msg.msgHdr.msgType, msg.msgHdr.msgLength - sizeof(uint32_t), &msg.msgHdr.m… in send_update()
270 msg->msgHdr.msgType = AM_SBL_HOST_MSG_DATA; in send_data()
271 msg->msgHdr.msgLength = sizeof(am_sbl_host_msg_data_t) + size; in send_data()
277 …am_hal_crc32((uint32_t) & (msg->msgHdr.msgType), msg->msgHdr.msgLength - sizeof(uint32_t), &msg->m… in send_data()
289 msg.msgHdr.msgType = AM_SBL_HOST_MSG_RESET; in send_reset()
290 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_reset_t); in send_reset()
294 …am_hal_crc32((uint32_t)&msg.msgHdr.msgType, msg.msgHdr.msgLength - sizeof(uint32_t), &msg.msgHdr.m… in send_reset()
306 msg.msgHdr.msgType = AM_SBL_HOST_MSG_FW_CONTINUE; in send_fwContinue()
307 msg.msgHdr.msgLength = sizeof(am_sbl_host_msg_fw_continue_t); in send_fwContinue()
311 …am_hal_crc32((uint32_t)&msg.msgHdr.msgType, msg.msgHdr.msgLength - sizeof(uint32_t), &msg.msgHdr.m… in send_fwContinue()
636 … if ( (psAckMsg->msgHdr.msgType == AM_SBL_HOST_MSG_ACK) && (NULL != gsSblUpdateState.pImageBuf)) in am_devices_cooper_update_image()
648 …else if ( (psAckMsg->msgHdr.msgType == AM_SBL_HOST_MSG_NACK) && (psAckMsg->status == AM_DEVICES_CO… in am_devices_cooper_update_image()