Home
last modified time | relevance | path

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

/drivers/power/reset/
A Docelot-reset.c27 struct regmap *cpu_ctrl; member
51 regmap_update_bits(ctx->cpu_ctrl, ctx->props->protect_reg, in ocelot_restart_handle()
56 regmap_update_bits(ctx->cpu_ctrl, in ocelot_restart_handle()
85 ctx->cpu_ctrl = syscon_regmap_lookup_by_compatible(ctx->props->syscon); in ocelot_reset_probe()
86 if (IS_ERR(ctx->cpu_ctrl)) { in ocelot_reset_probe()
88 return PTR_ERR(ctx->cpu_ctrl); in ocelot_reset_probe()
/drivers/mmc/host/
A Dsdhci-of-sparx5.c41 struct regmap *cpu_ctrl; member
83 regmap_update_bits(sdhci_sparx5->cpu_ctrl, in sparx5_set_cacheable()
95 regmap_update_bits(sdhci_sparx5->cpu_ctrl, in sparx5_set_delay()
202 sdhci_sparx5->cpu_ctrl = syscon_regmap_lookup_by_compatible(syscon); in sdhci_sparx5_probe()
203 if (IS_ERR(sdhci_sparx5->cpu_ctrl)) in sdhci_sparx5_probe()
204 return dev_err_probe(&pdev->dev, PTR_ERR(sdhci_sparx5->cpu_ctrl), in sdhci_sparx5_probe()
/drivers/reset/
A Dreset-microchip-sparx5.c26 struct regmap *cpu_ctrl; member
43 regmap_update_bits(ctx->cpu_ctrl, ctx->props->protect_reg, in sparx5_switch_reset()
158 err = mchp_sparx5_map_syscon(pdev, "cpu-syscon", &ctx->cpu_ctrl); in mchp_sparx5_reset_probe()
/drivers/net/wireless/ti/wl1251/
A Dboot.c198 u32 cpu_ctrl; in wl1251_boot_set_ecpu_ctrl() local
201 cpu_ctrl = wl1251_reg_read32(wl, ACX_REG_ECPU_CONTROL); in wl1251_boot_set_ecpu_ctrl()
204 cpu_ctrl &= ~flag; in wl1251_boot_set_ecpu_ctrl()
205 wl1251_reg_write32(wl, ACX_REG_ECPU_CONTROL, cpu_ctrl); in wl1251_boot_set_ecpu_ctrl()
/drivers/net/wireless/ti/wlcore/
A Dboot.c23 u32 cpu_ctrl; in wl1271_boot_set_ecpu_ctrl() local
27 ret = wlcore_read_reg(wl, REG_ECPU_CONTROL, &cpu_ctrl); in wl1271_boot_set_ecpu_ctrl()
32 cpu_ctrl |= flag; in wl1271_boot_set_ecpu_ctrl()
33 ret = wlcore_write_reg(wl, REG_ECPU_CONTROL, cpu_ctrl); in wl1271_boot_set_ecpu_ctrl()
/drivers/misc/
A Dlan966x_pci.dtso70 cpu_ctrl: syscon@e00c0000 {
80 cpu-syscon = <&cpu_ctrl>;
/drivers/clk/meson/
A Da1-peripherals.c1896 static MESON_GATE(cpu_ctrl, AXI_CLK_EN, 10);
1960 [CLKID_CPU_CTRL] = &cpu_ctrl.hw,

Completed in 12 milliseconds