Searched refs:iram_offset (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/net/phy/ |
H A D | aquantia.c | 75 u8 iram_offset[3]; member 181 u32 primary_offset, iram_offset, iram_size, dram_offset, dram_size; in aquantia_upload_firmware() local 202 iram_offset = primary_offset + unpack_u24(header->iram_offset); in aquantia_upload_firmware() 209 primary_offset, iram_offset, iram_size, dram_offset, dram_size); in aquantia_upload_firmware() 227 IRAM_BASE_ADDR, iram_offset, iram_size); in aquantia_upload_firmware() 228 ret = aquantia_load_memory(phydev, IRAM_BASE_ADDR, &addr[iram_offset], in aquantia_upload_firmware()
|
/openbmc/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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 110 unsigned int iram_offset; member
|
/openbmc/u-boot/include/ |
H A D | fsl_qe.h | 254 u32 iram_offset;/* Offset into I-RAM for the code */ member
|
/openbmc/u-boot/drivers/qe/ |
H A D | qe.c | 433 out_be32(&qe_immr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in qe_upload_microcode() 755 out_be32(&qe_immrr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in u_qe_firmware_resume()
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 288 u32 iram_offset; /* starting offset of slot in IRAM */ member
|
/openbmc/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()
|
/openbmc/linux/include/soc/fsl/qe/ |
H A D | qe.h | 286 __be32 iram_offset; /* Offset into I-RAM for the code */ member
|
/openbmc/linux/Documentation/powerpc/ |
H A D | qe_firmware.rst | 256 'iram_offset' is the offset into IRAM to start writing the
|