/linux/drivers/soc/renesas/ |
H A D | rcar-rst.c | 23 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) in rcar_rst_set_gen3_rproc_boot_addr() argument 45 if (boot_addr & ~(u64)CR7BAR_MASK) { in rcar_rst_set_gen3_rproc_boot_addr() 46 pr_err("Invalid boot address got %llx\n", boot_addr); in rcar_rst_set_gen3_rproc_boot_addr() 50 iowrite32(boot_addr, rcar_rst_base + CR7BAR); in rcar_rst_set_gen3_rproc_boot_addr() 51 iowrite32(boot_addr | CR7BAREN, rcar_rst_base + CR7BAR); in rcar_rst_set_gen3_rproc_boot_addr() 59 int (*set_rproc_boot_addr)(u64 boot_addr); 178 int rcar_rst_set_rproc_boot_addr(u64 boot_addr) in rcar_rst_set_rproc_boot_addr() argument 183 return rcar_rst_set_rproc_boot_addr_func(boot_addr); in rcar_rst_set_rproc_boot_addr()
|
/linux/arch/arm/mach-exynos/ |
H A D | pm.c | 204 unsigned long boot_addr; in exynos_cpu0_enter_aftr() local 218 ret = exynos_get_boot_addr(1, &boot_addr); in exynos_cpu0_enter_aftr() 222 if (boot_addr == 0) in exynos_cpu0_enter_aftr() 234 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); in exynos_cpu0_enter_aftr() local 239 ret = exynos_set_boot_addr(1, boot_addr); in exynos_cpu0_enter_aftr() 267 ret = exynos_set_boot_addr(1, boot_addr); in exynos_cpu0_enter_aftr() 322 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); in exynos_pre_enter_aftr() local 324 (void)exynos_set_boot_addr(1, boot_addr); in exynos_pre_enter_aftr()
|
H A D | platsmp.c | 267 int exynos_set_boot_addr(u32 core_id, unsigned long boot_addr) in exynos_set_boot_addr() argument 275 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_set_boot_addr() 285 writel_relaxed(boot_addr, boot_reg); in exynos_set_boot_addr() 292 int exynos_get_boot_addr(u32 core_id, unsigned long *boot_addr) in exynos_get_boot_addr() argument 300 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr() 310 *boot_addr = readl_relaxed(boot_reg); in exynos_get_boot_addr() 370 unsigned long boot_addr; in exynos_boot_secondary() local 374 boot_addr = __pa_symbol(exynos4_secondary_startup); in exynos_boot_secondary() 376 ret = exynos_set_boot_addr(core_id, boot_addr); in exynos_boot_secondary()
|
H A D | firmware.c | 82 static int exynos_set_cpu_boot_addr(int cpu, unsigned long boot_addr) in exynos_set_cpu_boot_addr() argument 99 writel_relaxed(boot_addr, boot_reg); in exynos_set_cpu_boot_addr() 103 static int exynos_get_cpu_boot_addr(int cpu, unsigned long *boot_addr) in exynos_get_cpu_boot_addr() argument 115 *boot_addr = readl_relaxed(boot_reg); in exynos_get_cpu_boot_addr()
|
H A D | common.h | 160 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/include/linux/soc/renesas/ |
H A D | rcar-rst.h | 7 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; } in rcar_rst_set_rproc_boot_addr() argument
|
/linux/arch/arm/mach-mvebu/ |
H A D | common.h | 19 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 D | system-controller.c | 145 void mvebu_system_controller_set_cpu_boot_addr(void *boot_addr) in mvebu_system_controller_set_cpu_boot_addr() argument 153 writel(__pa_symbol(boot_addr), system_controller_base + in mvebu_system_controller_set_cpu_boot_addr()
|
H A D | platsmp.c | 193 static int mv98dx3236_resume_set_cpu_boot_addr(int hw_cpu, void *boot_addr) in mv98dx3236_resume_set_cpu_boot_addr() argument 209 writel(__pa_symbol(boot_addr), base + MV98DX3236_CPU_RESUME_ADDR_REG); in mv98dx3236_resume_set_cpu_boot_addr()
|
/linux/arch/arm/include/asm/ |
H A D | firmware.h | 32 int (*set_cpu_boot_addr)(int cpu, unsigned long boot_addr); 36 int (*get_cpu_boot_addr)(int cpu, unsigned long *boot_addr);
|
/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195-loader.c | 13 void sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) in sof_hifixdsp_boot_sequence() argument 16 snd_sof_dsp_write(sdev, DSP_REG_BAR, DSP_ALTRESETVEC, boot_addr); in sof_hifixdsp_boot_sequence()
|
H A D | mt8195.h | 159 void sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr);
|
/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186-loader.c | 14 void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) in mt8186_sof_hifixdsp_boot_sequence() argument 26 snd_sof_dsp_write(sdev, DSP_SECREG_BAR, ADSP_ALTVEC_C0, boot_addr); in mt8186_sof_hifixdsp_boot_sequence()
|
H A D | mt8186.h | 91 void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr);
|
/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 731 u8 *boot_addr, *cfe; in board_prom_init() local 746 boot_addr = (u8 *)KSEG1ADDR(val); in board_prom_init() 749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; in board_prom_init() 771 bcm63xx_nvram_init(boot_addr + BCM963XX_NVRAM_OFFSET); in board_prom_init() 774 hcs = (struct bcm_hcs *)boot_addr; in board_prom_init()
|
/linux/drivers/firmware/ |
H A D | trusted_foundations.c | 57 static int tf_set_cpu_boot_addr(int cpu, unsigned long boot_addr) in tf_set_cpu_boot_addr() argument 59 cpu_boot_addr = boot_addr; in tf_set_cpu_boot_addr()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | pmu.c | 85 info->boot_addr = data + 0x30; in nvbios_pmuRm() 90 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
|
/linux/drivers/media/platform/amphion/ |
H A D | vpu_rpc.h | 26 unsigned long boot_addr; member 53 struct vpu_buffer *rpc, dma_addr_t boot_addr); 197 dma_addr_t boot_addr) in vpu_iface_init() argument 204 ops->init_rpc(shared, rpc, boot_addr); in vpu_iface_init()
|
H A D | vpu_windsor.c | 555 struct vpu_buffer *rpc, dma_addr_t boot_addr) in vpu_windsor_init_rpc() argument 565 if (rpc->phys < boot_addr) in vpu_windsor_init_rpc() 568 base_phy_addr = rpc->phys - boot_addr; in vpu_windsor_init_rpc() 571 shared->boot_addr = boot_addr; in vpu_windsor_init_rpc() 641 iface->log_buffer_desc.rptr = log->phys - shared->boot_addr; in vpu_windsor_set_log_buf() 847 res->virt = buf->phys - shared->boot_addr; in vpu_windsor_config_memory_resource()
|
H A D | vpu_windsor.h | 11 struct vpu_buffer *rpc, dma_addr_t boot_addr);
|
H A D | vpu_malone.h | 11 struct vpu_buffer *rpc, dma_addr_t boot_addr);
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pmu.h | 20 u32 boot_addr; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | fw.c | 287 fw->boot_addr = desc->start_tag << 8; in nvkm_falcon_fw_ctor_hs() 294 fw->boot_addr = fw->nmem_base; in nvkm_falcon_fw_ctor_hs() 349 fw->boot_addr = lhdr->app[0].offset; in nvkm_falcon_fw_ctor_hs_v2()
|
H A D | gm200.c | 228 nvkm_falcon_wr32(falcon, 0x104, fw->boot_addr); in gm200_flcn_fw_boot() 299 fw->boot_addr >> 8, false); in gm200_flcn_fw_load()
|
/linux/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 130 static void cpu_set_boot_addr(u32 cpu, unsigned long boot_addr) in cpu_set_boot_addr() argument 134 writel_relaxed(boot_addr, hif_cont_block + hif_cont_reg + 4 + reg_ofs); in cpu_set_boot_addr()
|