Lines Matching +full:2020 +full:- +full:04
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright 2020 Arm Limited
8 #include <linux/arm-smccc.h>
19 * Section 7.4 SMCCC_ARCH_SOC_ID bits[23:16] are JEP-106 identification
131 return -EINVAL; in smccc_soc_init()
137 return -EINVAL; in smccc_soc_init()
142 return -ENOMEM; in smccc_soc_init()
148 sprintf(soc_id_str, "%s:%04x", soc_id_jep106_id_str, in smccc_soc_init()
151 soc_dev_attr->soc_id = soc_id_str; in smccc_soc_init()
152 soc_dev_attr->revision = soc_id_rev_str; in smccc_soc_init()
153 soc_dev_attr->family = soc_id_jep106_id_str; in smccc_soc_init()
154 soc_dev_attr->machine = smccc_soc_name_init(); in smccc_soc_init()
162 pr_info("ID = %s Revision = %s\n", soc_dev_attr->soc_id, in smccc_soc_init()
163 soc_dev_attr->revision); in smccc_soc_init()