Lines Matching full:rstc
156 struct reset_control *rstc; in meson8_smp_boot_secondary() local
159 rstc = meson_smp_get_core_reset(cpu); in meson8_smp_boot_secondary()
160 if (IS_ERR(rstc)) { in meson8_smp_boot_secondary()
162 return PTR_ERR(rstc); in meson8_smp_boot_secondary()
168 ret = reset_control_assert(rstc); in meson8_smp_boot_secondary()
193 ret = reset_control_deassert(rstc); in meson8_smp_boot_secondary()
204 reset_control_put(rstc); in meson8_smp_boot_secondary()
212 struct reset_control *rstc; in meson8b_smp_boot_secondary() local
216 rstc = meson_smp_get_core_reset(cpu); in meson8b_smp_boot_secondary()
217 if (IS_ERR(rstc)) { in meson8b_smp_boot_secondary()
219 return PTR_ERR(rstc); in meson8b_smp_boot_secondary()
235 ret = reset_control_assert(rstc); in meson8b_smp_boot_secondary()
276 ret = reset_control_deassert(rstc); in meson8b_smp_boot_secondary()
287 reset_control_put(rstc); in meson8b_smp_boot_secondary()