Lines Matching refs:msgLength
195 am_hal_crc32((uint32_t)&msg->msgType, msg->msgLength - sizeof(uint32_t), &crc32); in am_devices_cooper_handshake_recv()
213 msg.msgLength = sizeof(am_sbl_host_msg_hdr_t); in send_hello()
217 am_hal_crc32((uint32_t)&msg.msgType, msg.msgLength - sizeof(uint32_t), &msg.msgCrc); in send_hello()
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()
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()
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()
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()