Lines Matching refs:rstc
158 struct reset_control *rstc; in meson8_smp_boot_secondary() local
161 rstc = meson_smp_get_core_reset(cpu); in meson8_smp_boot_secondary()
162 if (IS_ERR(rstc)) { in meson8_smp_boot_secondary()
164 return PTR_ERR(rstc); in meson8_smp_boot_secondary()
170 ret = reset_control_assert(rstc); in meson8_smp_boot_secondary()
195 ret = reset_control_deassert(rstc); in meson8_smp_boot_secondary()
206 reset_control_put(rstc); in meson8_smp_boot_secondary()
214 struct reset_control *rstc; in meson8b_smp_boot_secondary() local
218 rstc = meson_smp_get_core_reset(cpu); in meson8b_smp_boot_secondary()
219 if (IS_ERR(rstc)) { in meson8b_smp_boot_secondary()
221 return PTR_ERR(rstc); in meson8b_smp_boot_secondary()
237 ret = reset_control_assert(rstc); in meson8b_smp_boot_secondary()
278 ret = reset_control_deassert(rstc); in meson8b_smp_boot_secondary()
289 reset_control_put(rstc); in meson8b_smp_boot_secondary()