Searched refs:cpun (Results 1 - 2 of 2) sorted by relevance

/drivers/of/
H A Dbase.c321 static bool __of_find_n_match_cpu_property(struct device_node *cpun, argument
328 ac = of_n_addr_cells(cpun);
329 cell = of_get_property(cpun, prop_name, &prop_len);
351 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, argument
359 __of_find_n_match_cpu_property(cpun,
364 if (__of_find_n_match_cpu_property(cpun, "reg", cpu, thread))
390 struct device_node *cpun; local
392 for_each_node_by_type(cpun, "cpu") {
393 if (arch_find_n_match_cpu_physical_id(cpun, cpu, thread))
394 return cpun;
[all...]
/drivers/bus/
H A Darm-cci.c701 struct device_node *cpun; local
712 cpun = of_get_cpu_node(cpu, NULL);
714 if (WARN(!cpun, "Missing cpu device node\n"))
717 port = __cci_ace_get_port(cpun, ACE_PORT);

Completed in 163 milliseconds