Searched refs:iram_offset (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/phy/aquantia/ |
H A D | aquantia_firmware.c | 31 u8 iram_offset[3]; member 153 u32 iram_offset = 0, iram_size = 0; in aqr_fw_boot() local 193 offsetof(struct aqr_fw_header, iram_offset), in aqr_fw_boot() 194 size, &iram_offset); in aqr_fw_boot() 224 iram_offset += primary_offset; in aqr_fw_boot() 229 if (!aqr_fw_validate_get(size, iram_offset, iram_size)) { in aqr_fw_boot() 245 primary_offset, iram_offset, iram_size, dram_offset, dram_size); in aqr_fw_boot() 273 IRAM_BASE_ADDR, iram_offset, iram_size); in aqr_fw_boot() 274 ret = aqr_fw_load_memory(phydev, IRAM_BASE_ADDR, data + iram_offset, in aqr_fw_boot()
|
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_acpi.c | 95 .iram_offset = 0x0c0000, 117 .iram_offset = 0x0c0000, 139 .iram_offset = 0x0c0000, 186 ctx->iram_base = rsrc->start + ctx->pdata->res_info->iram_offset; in sst_platform_get_resources()
|
/linux/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 110 unsigned int iram_offset; member
|
/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 288 u32 iram_offset; /* starting offset of slot in IRAM */ member
|
/linux/drivers/soc/fsl/qe/ |
H A D | qe.c | 420 iowrite32be(be32_to_cpu(ucode->iram_offset) | QE_IRAM_IADD_AIE | QE_IRAM_IADD_BADDR, in qe_upload_microcode()
|
/linux/include/soc/fsl/qe/ |
H A D | qe.h | 306 __be32 iram_offset; /* Offset into I-RAM for the code */ member
|
/linux/Documentation/arch/powerpc/ |
H A D | qe_firmware.rst | 256 'iram_offset' is the offset into IRAM to start writing the
|