Searched refs:a53_rom_msg_obj (Results 1 – 1 of 1) sorted by relevance
142 struct a53_rom_msg a53_rom_msg_obj = { 0 }; in k3_bl1_handoff() local147 a53_rom_msg_obj.cmdid = BL1_DONE_MSG_ID; in k3_bl1_handoff()148 a53_rom_msg_obj.sizeandflags = BL1_MSG_SIZE_FLAG; in k3_bl1_handoff()149 a53_rom_msg_obj.magicnum = BL1_HANDOFF_MAGIC_NUM; in k3_bl1_handoff()164 snprintf(a53_rom_msg_obj.imagelocator.filename, in k3_bl1_handoff()165 sizeof(a53_rom_msg_obj.imagelocator.filename), in k3_bl1_handoff()170 a53_rom_msg_obj.imagelocator.imageoffset[0] = K3_SPL_IMG_OFFSET; in k3_bl1_handoff()174 msg.buf = (uint8_t *)&a53_rom_msg_obj; in k3_bl1_handoff()175 msg.len = sizeof(a53_rom_msg_obj); in k3_bl1_handoff()