Lines Matching full:rstc
166 struct reset_control *rstc; in meson8_smp_boot_secondary() local
169 rstc = meson_smp_get_core_reset(cpu); in meson8_smp_boot_secondary()
170 if (IS_ERR(rstc)) { in meson8_smp_boot_secondary()
172 return PTR_ERR(rstc); in meson8_smp_boot_secondary()
178 ret = reset_control_assert(rstc); in meson8_smp_boot_secondary()
203 ret = reset_control_deassert(rstc); in meson8_smp_boot_secondary()
214 reset_control_put(rstc); in meson8_smp_boot_secondary()
222 struct reset_control *rstc; in meson8b_smp_boot_secondary() local
226 rstc = meson_smp_get_core_reset(cpu); in meson8b_smp_boot_secondary()
227 if (IS_ERR(rstc)) { in meson8b_smp_boot_secondary()
229 return PTR_ERR(rstc); in meson8b_smp_boot_secondary()
245 ret = reset_control_assert(rstc); in meson8b_smp_boot_secondary()
286 ret = reset_control_deassert(rstc); in meson8b_smp_boot_secondary()
297 reset_control_put(rstc); in meson8b_smp_boot_secondary()