Searched refs:boot_addr (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/include/linux/soc/renesas/
H A Drcar-rst.h7 int rcar_rst_set_rproc_boot_addr(u64 boot_addr);
10 static inline int rcar_rst_set_rproc_boot_addr(u64 boot_addr) { return -ENODEV; } argument
/linux-master/arch/arm/mach-mvebu/
H A Dcommon.h19 void mvebu_pmsu_set_cpu_boot_addr(int hw_cpu, void *boot_addr);
20 void mvebu_system_controller_set_cpu_boot_addr(void *boot_addr);
H A Dsystem-controller.c145 void mvebu_system_controller_set_cpu_boot_addr(void *boot_addr) argument
153 writel(__pa_symbol(boot_addr), system_controller_base +
H A Dplatsmp.c193 static int mv98dx3236_resume_set_cpu_boot_addr(int hw_cpu, void *boot_addr) argument
209 writel(__pa_symbol(boot_addr), base + MV98DX3236_CPU_RESUME_ADDR_REG);
/linux-master/arch/arm/include/asm/
H A Dfirmware.h32 int (*set_cpu_boot_addr)(int cpu, unsigned long boot_addr);
36 int (*get_cpu_boot_addr)(int cpu, unsigned long *boot_addr);
/linux-master/drivers/soc/renesas/
H A Drcar-rst.c23 static int (*rcar_rst_set_rproc_boot_addr_func)(u64 boot_addr);
43 static int rcar_rst_set_gen3_rproc_boot_addr(u64 boot_addr) argument
45 if (boot_addr & ~(u64)CR7BAR_MASK) {
46 pr_err("Invalid boot address got %llx\n", boot_addr);
50 iowrite32(boot_addr, rcar_rst_base + CR7BAR);
51 iowrite32(boot_addr | CR7BAREN, rcar_rst_base + CR7BAR);
59 int (*set_rproc_boot_addr)(u64 boot_addr);
178 int rcar_rst_set_rproc_boot_addr(u64 boot_addr) argument
183 return rcar_rst_set_rproc_boot_addr_func(boot_addr);
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186-loader.c14 void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) argument
26 snd_sof_dsp_write(sdev, DSP_SECREG_BAR, ADSP_ALTVEC_C0, boot_addr);
H A Dmt8186.h91 void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr);
/linux-master/sound/soc/sof/mediatek/mt8195/
H A Dmt8195-loader.c13 void sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) argument
16 snd_sof_dsp_write(sdev, DSP_REG_BAR, DSP_ALTRESETVEC, boot_addr);
/linux-master/arch/arm/mach-exynos/
H A Dpm.c204 unsigned long boot_addr; local
218 ret = exynos_get_boot_addr(1, &boot_addr);
222 if (boot_addr == 0)
234 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); local
239 ret = exynos_set_boot_addr(1, boot_addr);
267 ret = exynos_set_boot_addr(1, boot_addr);
322 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); local
324 (void)exynos_set_boot_addr(1, boot_addr);
H A Dplatsmp.c267 int exynos_set_boot_addr(u32 core_id, unsigned long boot_addr) argument
275 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr);
285 writel_relaxed(boot_addr, boot_reg);
292 int exynos_get_boot_addr(u32 core_id, unsigned long *boot_addr) argument
300 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr);
310 *boot_addr = readl_relaxed(boot_reg);
370 unsigned long boot_addr; local
374 boot_addr = __pa_symbol(exynos4_secondary_startup);
376 ret = exynos_set_boot_addr(core_id, boot_addr);
H A Dfirmware.c82 static int exynos_set_cpu_boot_addr(int cpu, unsigned long boot_addr) argument
99 writel_relaxed(boot_addr, boot_reg);
103 static int exynos_get_cpu_boot_addr(int cpu, unsigned long *boot_addr) argument
115 *boot_addr = readl_relaxed(boot_reg);
H A Dcommon.h160 extern int exynos_set_boot_addr(u32 core_id, unsigned long boot_addr);
161 extern int exynos_get_boot_addr(u32 core_id, unsigned long *boot_addr);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h20 u32 boot_addr; member in struct:nvbios_pmuR
/linux-master/arch/riscv/kernel/
H A Dcpu_ops_sbi.c67 unsigned long boot_addr = __pa_symbol(secondary_start_sbi); local
79 return sbi_hsm_hart_start(hartid, boot_addr, hsm_data);
/linux-master/drivers/firmware/
H A Dtrusted_foundations.c57 static int tf_set_cpu_boot_addr(int cpu, unsigned long boot_addr) argument
59 cpu_boot_addr = boot_addr;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.h11 struct vpu_buffer *rpc, dma_addr_t boot_addr);
H A Dvpu_malone.h11 struct vpu_buffer *rpc, dma_addr_t boot_addr);
H A Dvpu_rpc.h26 unsigned long boot_addr; member in struct:vpu_shared_addr
53 struct vpu_buffer *rpc, dma_addr_t boot_addr);
197 dma_addr_t boot_addr)
204 ops->init_rpc(shared, rpc, boot_addr);
194 vpu_iface_init(struct vpu_core *core, struct vpu_shared_addr *shared, struct vpu_buffer *rpc, dma_addr_t boot_addr) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c85 info->boot_addr = data + 0x30;
90 info->code_addr = info->boot_addr + info->boot_size;
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; local
746 boot_addr = (u8 *)KSEG1ADDR(val);
749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET;
771 bcm63xx_nvram_init(boot_addr + BCM963XX_NVRAM_OFFSET);
774 hcs = (struct bcm_hcs *)boot_addr;
/linux-master/drivers/remoteproc/
H A Dti_k3_dsp_remoteproc.c315 u32 boot_addr; local
322 boot_addr = rproc->bootaddr;
323 if (boot_addr & (kproc->data->boot_align_addr - 1)) {
325 boot_addr, kproc->data->boot_align_addr);
330 dev_err(dev, "booting DSP core using boot addr = 0x%x\n", boot_addr);
331 ret = ti_sci_proc_set_config(kproc->tsp, boot_addr, 0, 0);
H A Dkeystone_remoteproc.c76 static int keystone_rproc_dsp_boot(struct keystone_rproc *ksproc, u32 boot_addr) argument
80 if (boot_addr & (SZ_1K - 1)) {
82 boot_addr);
86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr);
/linux-master/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c130 static void cpu_set_boot_addr(u32 cpu, unsigned long boot_addr) argument
134 writel_relaxed(boot_addr, hif_cont_block + hif_cont_reg + 4 + reg_ofs);
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c280 fw->boot_addr = desc->start_tag << 8;
287 fw->boot_addr = fw->nmem_base;
342 fw->boot_addr = lhdr->app[0].offset;

Completed in 303 milliseconds

12