Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Draspi.c68 } soc_property[] = { variable
86 assert(proc_id < ARRAY_SIZE(soc_property) && soc_property[proc_id].type); in board_processor_id()
93 return soc_property[board_processor_id(board_rev)].type; in board_soc_type()
98 return soc_property[board_processor_id(board_rev)].cores_count; in cores_count()