Home
last modified time | relevance | path

Searched refs:hwid (Results 1 – 2 of 2) sorted by relevance

/components/drivers/ofw/
A Dbase.c836 … *rt_ofw_get_cpu_node(int cpu, int *thread, rt_bool_t (*match_cpu_hwid)(int cpu, rt_uint64_t hwid)) in rt_ofw_get_cpu_node() argument
895 rt_uint64_t hwid = rt_fdt_read_number(cell, addr_cells); in rt_ofw_get_cpu_node() local
897 if (match_cpu_hwid(cpu, hwid)) in rt_ofw_get_cpu_node()
1034 rt_uint64_t thread_id, hwid = ~0ULL; in rt_ofw_get_cpu_hwid() local
1038 hwid = thread_id; in rt_ofw_get_cpu_hwid()
1041 return hwid; in rt_ofw_get_cpu_hwid()
/components/drivers/include/drivers/
A Dofw.h199 …*rt_ofw_get_cpu_node(int cpu, int *thread, rt_bool_t (*match_cpu_hwid)(int cpu, rt_uint64_t hwid));

Completed in 7 milliseconds