Lines Matching defs:dram_info
743 struct iwl_dram_info *dram_info)
770 data = &dram_info->dram_frags[alloc_id - 1];
798 struct iwl_dram_info *dram_info;
803 dram_info = frags->block;
809 memset(dram_info, 0, sizeof(*dram_info));
817 ret = iwl_dbg_tlv_update_dram(fwrt, i, dram_info);
827 dram_info->first_word = cpu_to_le32(DRAM_INFO_FIRST_MAGIC_WORD);
828 dram_info->second_word = cpu_to_le32(DRAM_INFO_SECOND_MAGIC_WORD);
900 struct iwl_dbgc1_info dram_info = {};
920 dram_info.dbgc1_add_lsb =
922 dram_info.dbgc1_add_msb =
924 dram_info.dbgc1_size = cpu_to_le32(le32_to_cpu(dram_size) - 0x400);
926 address + offset, &dram_info, 4);
928 IWL_ERR(fwrt, "Failed to write dram_info to HW_SMEM\n");