Searched refs:enable_method (Results 1 – 1 of 1) sorted by relevance
342 const char *enable_method; in rt_hw_secondary_cpu_up() local349 err = rt_ofw_prop_read_string(cpu_np[i], "enable-method", &enable_method); in rt_hw_secondary_cpu_up()355 if (ops->method && !rt_strcmp(ops->method, enable_method) && ops->cpu_boot) in rt_hw_secondary_cpu_up()
Completed in 5 milliseconds