Home
last modified time | relevance | path

Searched refs:cpu_ctrl (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/mach-berlin/
Dplatsmp.c31 static void __iomem *cpu_ctrl; variable
37 val = readl(cpu_ctrl + CPU_RESET_NON_SC); in berlin_perform_reset_cpu()
39 writel(val, cpu_ctrl + CPU_RESET_NON_SC); in berlin_perform_reset_cpu()
41 writel(val, cpu_ctrl + CPU_RESET_NON_SC); in berlin_perform_reset_cpu()
46 if (!cpu_ctrl) in berlin_boot_secondary()
71 cpu_ctrl = of_iomap(np, 0); in berlin_smp_prepare_cpus()
73 if (!cpu_ctrl) in berlin_smp_prepare_cpus()
111 val = readl(cpu_ctrl + CPU_RESET_NON_SC); in berlin_cpu_kill()
113 writel(val, cpu_ctrl + CPU_RESET_NON_SC); in berlin_cpu_kill()
/Linux-v4.19/arch/arm/mach-oxnas/
Dplatsmp.c24 static void __iomem *cpu_ctrl; variable
43 cpu_ctrl + HOLDINGPEN_LOCATION_OFFSET); in ox820_boot_secondary()
45 writel(cpu, cpu_ctrl + HOLDINGPEN_CPU_OFFSET); in ox820_boot_secondary()
82 cpu_ctrl = of_iomap(np, 0); in ox820_smp_prepare_cpus()
84 if (!cpu_ctrl) in ox820_smp_prepare_cpus()
/Linux-v4.19/drivers/power/reset/
Docelot-reset.c20 struct regmap *cpu_ctrl; member
37 regmap_update_bits(ctx->cpu_ctrl, ICPU_CFG_CPU_SYSTEM_CTRL_RESET, in ocelot_restart_handle()
63 ctx->cpu_ctrl = syscon_regmap_lookup_by_compatible("mscc,ocelot-cpu-syscon"); in ocelot_reset_probe()
64 if (IS_ERR(ctx->cpu_ctrl)) in ocelot_reset_probe()
65 return PTR_ERR(ctx->cpu_ctrl); in ocelot_reset_probe()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dboot.c212 u32 cpu_ctrl; in wl1251_boot_set_ecpu_ctrl() local
215 cpu_ctrl = wl1251_reg_read32(wl, ACX_REG_ECPU_CONTROL); in wl1251_boot_set_ecpu_ctrl()
218 cpu_ctrl &= ~flag; in wl1251_boot_set_ecpu_ctrl()
219 wl1251_reg_write32(wl, ACX_REG_ECPU_CONTROL, cpu_ctrl); in wl1251_boot_set_ecpu_ctrl()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dboot.c37 u32 cpu_ctrl; in wl1271_boot_set_ecpu_ctrl() local
41 ret = wlcore_read_reg(wl, REG_ECPU_CONTROL, &cpu_ctrl); in wl1271_boot_set_ecpu_ctrl()
46 cpu_ctrl |= flag; in wl1271_boot_set_ecpu_ctrl()
47 ret = wlcore_write_reg(wl, REG_ECPU_CONTROL, cpu_ctrl); in wl1271_boot_set_ecpu_ctrl()
/Linux-v4.19/arch/mips/boot/dts/mscc/
Docelot.dtsi54 cpu_ctrl: syscon@0 { label