Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-davinci/
Dsram.c56 unsigned len = davinci_soc_info.sram_len; in sram_init()
Ddm646x.c893 .sram_len = SZ_32K,
Ddm644x.c909 .sram_len = SZ_16K,
Ddm355.c1015 .sram_len = SZ_32K,
Ddm365.c1116 .sram_len = SZ_32K,
Dda850.c1314 .sram_len = SZ_128K,
/linux-4.4.14/arch/arm/mach-davinci/include/mach/
Dcommon.h77 unsigned sram_len; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1132 u32 sram_len, sram_ofs; in iwl_mvm_fw_error_dump() local
1160 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; in iwl_mvm_fw_error_dump()
1163 sram_len = mvm->cfg->dccm_len; in iwl_mvm_fw_error_dump()
1197 sram_len + sizeof(*dump_mem) + in iwl_mvm_fw_error_dump()
1284 dump_data->len = cpu_to_le32(sram_len + sizeof(*dump_mem)); in iwl_mvm_fw_error_dump()
1289 sram_len); in iwl_mvm_fw_error_dump()