Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dbase.c1244 rt_uint32_t id_base = fdt32_to_cpu(*(map + 0)); in ofw_map_id() local
1249 if (id_base & ~map_mask) in ofw_map_id()
1252 np->full_name, map_name, map_mask_name, map_mask, id_base); in ofw_map_id()
1258 if (masked_id < id_base || masked_id >= id_base + id_len) in ofw_map_id()
1290 *out_id = masked_id - id_base + out_base; in ofw_map_id()
1295 id_base, out_base, id_len, id, masked_id - id_base + out_base); in ofw_map_id()

Completed in 6 milliseconds