Home
last modified time | relevance | path

Searched refs:sram_len (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/arm/mach-davinci/
Dsram.c56 unsigned len = davinci_soc_info.sram_len; in sram_init()
Ddm644x.c912 .sram_len = SZ_16K,
Ddm646x.c896 .sram_len = SZ_32K,
Ddm355.c1017 .sram_len = SZ_32K,
Ddm365.c1120 .sram_len = SZ_32K,
Dda850.c1313 .sram_len = SZ_128K,
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
Dcommon.h77 unsigned sram_len; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1028 u32 sram_len, sram_ofs; in iwl_mvm_fw_error_dump() local
1045 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; in iwl_mvm_fw_error_dump()
1048 sram_len = mvm->cfg->dccm_len; in iwl_mvm_fw_error_dump()
1082 sram_len + sizeof(*dump_mem) + in iwl_mvm_fw_error_dump()
1152 dump_data->len = cpu_to_le32(sram_len + sizeof(*dump_mem)); in iwl_mvm_fw_error_dump()
1157 sram_len); in iwl_mvm_fw_error_dump()