soc_dev_id 37 arch/arm/mach-mvebu/mvebu-soc-id.c static u32 soc_dev_id; soc_dev_id 51 arch/arm/mach-mvebu/mvebu-soc-id.c *dev = soc_dev_id; soc_dev_id 102 arch/arm/mach-mvebu/mvebu-soc-id.c soc_dev_id = readl(pci_base + PCIE_DEV_ID_OFF) >> 16; soc_dev_id 109 arch/arm/mach-mvebu/mvebu-soc-id.c pr_info("MVEBU SoC ID=0x%X, Rev=0x%X\n", soc_dev_id, soc_rev); soc_dev_id 141 arch/arm/mach-mvebu/mvebu-soc-id.c if (!mvebu_system_controller_get_soc_id(&soc_dev_id, &soc_rev)) { soc_dev_id 143 arch/arm/mach-mvebu/mvebu-soc-id.c pr_info("MVEBU SoC ID=0x%X, Rev=0x%X\n", soc_dev_id, soc_rev); soc_dev_id 166 arch/arm/mach-mvebu/mvebu-soc-id.c soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%X", soc_dev_id);