Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/versatile/
H A Dsoc-integrator.c18 static u32 integrator_coreid; variable
62 return sprintf(buf, "%02x\n", integrator_coreid >> 24); in manufacturer_show()
70 return sprintf(buf, "%s\n", integrator_arch_str(integrator_coreid)); in arch_show()
78 return sprintf(buf, "%s\n", integrator_fpga_str(integrator_coreid)); in fpga_show()
86 return sprintf(buf, "%02x\n", (integrator_coreid >> 4) & 0xFF); in build_show()
123 integrator_coreid = val; in integrator_soc_init()