Lines Matching +full:out +full:- +full:of +full:- +full:reset
1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <linux/reset/bcm63xx_pmb.h>
12 #include <linux/of.h>
97 return -ENODEV; in bcm63xx_pmb_get_resources()
100 ret = of_parse_phandle_with_args(dn, "resets", "#reset-cells", in bcm63xx_pmb_get_resources()
108 pr_err("reset-controller does not conform to reset-cells\n"); in bcm63xx_pmb_get_resources()
109 return -EINVAL; in bcm63xx_pmb_get_resources()
115 return -ENOMEM; in bcm63xx_pmb_get_resources()
118 /* We do not need the number of zones */ in bcm63xx_pmb_get_resources()
142 * value since we will use it later for CPU de-assert once done with in bcm63xx_pmb_power_on_cpu()
143 * the CPU-specific power sequence in bcm63xx_pmb_power_on_cpu()
147 goto out; in bcm63xx_pmb_power_on_cpu()
152 goto out; in bcm63xx_pmb_power_on_cpu()
158 goto out; in bcm63xx_pmb_power_on_cpu()
165 goto out; in bcm63xx_pmb_power_on_cpu()
172 goto out; in bcm63xx_pmb_power_on_cpu()
178 goto out; in bcm63xx_pmb_power_on_cpu()
185 goto out; in bcm63xx_pmb_power_on_cpu()
192 goto out; in bcm63xx_pmb_power_on_cpu()
199 goto out; in bcm63xx_pmb_power_on_cpu()
205 goto out; in bcm63xx_pmb_power_on_cpu()
207 /* De-assert CPU reset */ in bcm63xx_pmb_power_on_cpu()
211 out: in bcm63xx_pmb_power_on_cpu()