Home
last modified time | relevance | path

Searched refs:sw_mstr_rst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/reset/
H A Dbrcmstb-reboot.c36 static u32 sw_mstr_rst; variable
63 rc = regmap_write(regmap, sw_mstr_rst, reset_masks->sw_mstr_rst_mask); in brcmstb_restart_handler()
65 pr_err("failed to write sw_mstr_rst (%d)\n", rc); in brcmstb_restart_handler()
69 rc = regmap_read(regmap, sw_mstr_rst, &tmp); in brcmstb_restart_handler()
71 pr_err("failed to read sw_mstr_rst (%d)\n", rc); in brcmstb_restart_handler()
129 &sw_mstr_rst); in brcmstb_reboot_probe()
131 pr_err("can't get sw_mstr_rst offset (%d)\n", rc); in brcmstb_reboot_probe()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dbrcmstb-reboot.c26 static u32 sw_mstr_rst; variable
53 rc = regmap_write(regmap, sw_mstr_rst, reset_masks->sw_mstr_rst_mask); in brcmstb_restart_handler()
55 pr_err("failed to write sw_mstr_rst (%d)\n", rc); in brcmstb_restart_handler()
59 rc = regmap_read(regmap, sw_mstr_rst, &tmp); in brcmstb_restart_handler()
61 pr_err("failed to read sw_mstr_rst (%d)\n", rc); in brcmstb_restart_handler()
119 &sw_mstr_rst); in brcmstb_reboot_probe()
121 pr_err("can't get sw_mstr_rst offset (%d)\n", rc); in brcmstb_reboot_probe()

Completed in 2 milliseconds