Home
last modified time | relevance | path

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

/linux/drivers/soc/versatile/
H A Dsoc-realview.c29 static u32 realview_coreid; variable
46 return sprintf(buf, "%02x\n", realview_coreid >> 24); in manufacturer_show()
54 return sprintf(buf, "HBI-%03x\n", ((realview_coreid >> 16) & 0xfff)); in board_show()
62 return sprintf(buf, "%s\n", realview_arch_str(realview_coreid)); in fpga_show()
70 return sprintf(buf, "%02x\n", (realview_coreid & 0xFF)); in build_show()
126 &realview_coreid); in realview_soc_probe()
131 realview_coreid, in realview_soc_probe()
132 ((realview_coreid >> 16) & 0xfff)); in realview_soc_probe()