Searched refs:sram_len (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-davinci/include/mach/ |
D | common.h | 54 unsigned sram_len; member
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
D | sram.c | 52 unsigned len = davinci_soc_info.sram_len; in sram_init()
|
D | dm646x.c | 593 .sram_len = SZ_32K,
|
D | dm644x.c | 653 .sram_len = SZ_16K,
|
D | dm355.c | 711 .sram_len = SZ_32K,
|
D | da850.c | 619 .sram_len = SZ_128K,
|
D | dm365.c | 735 .sram_len = SZ_32K,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.c | 829 u32 sram_len, sram_ofs; in iwl_fw_error_dump_file() local 846 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; in iwl_fw_error_dump_file() 849 sram_len = fwrt->trans->cfg->dccm_len; in iwl_fw_error_dump_file() 881 ADD_LEN(file_len, sram_len, hdr_len); in iwl_fw_error_dump_file() 1008 iwl_fw_dump_mem(fwrt, &dump_data, sram_len, sram_ofs, in iwl_fw_error_dump_file()
|