Lines Matching +full:reboot +full:- +full:offset
26 #include <linux/reboot.h>
51 rc = regmap_write(regmap, rst_src_en, reset_masks->rst_src_en_mask); in brcmstb_restart_handler()
63 rc = regmap_write(regmap, sw_mstr_rst, reset_masks->sw_mstr_rst_mask); in brcmstb_restart_handler()
97 { .compatible = "brcm,brcmstb-reboot", .data = &reset_bits_40nm },
98 { .compatible = "brcm,bcm7038-reboot", .data = &reset_bits_65nm },
105 struct device_node *np = pdev->dev.of_node; in brcmstb_reboot_probe()
111 return -EINVAL; in brcmstb_reboot_probe()
113 reset_masks = of_id->data; in brcmstb_reboot_probe()
118 return -EINVAL; in brcmstb_reboot_probe()
124 pr_err("can't get rst_src_en offset (%d)\n", rc); in brcmstb_reboot_probe()
125 return -EINVAL; in brcmstb_reboot_probe()
131 pr_err("can't get sw_mstr_rst offset (%d)\n", rc); in brcmstb_reboot_probe()
132 return -EINVAL; in brcmstb_reboot_probe()
137 dev_err(&pdev->dev, in brcmstb_reboot_probe()
146 .name = "brcmstb-reboot",