Home
last modified time | relevance | path

Searched refs:soc_id_rev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/smccc/
H A Dsoc_id.c37 int soc_id_rev, soc_id_version; in smccc_soc_init() local
55 soc_id_rev = arm_smccc_get_soc_id_revision(); in smccc_soc_init()
56 if (soc_id_rev < 0) { in smccc_soc_init()
57 pr_err("Invalid SoC Revision: %x\n", soc_id_rev); in smccc_soc_init()
65 sprintf(soc_id_rev_str, "0x%08x", soc_id_rev); in smccc_soc_init()
/kernel/linux/linux-5.10/drivers/firmware/smccc/
H A Dsoc_id.c38 int soc_id_rev, soc_id_version; in smccc_soc_init() local
78 soc_id_rev = res.a0; in smccc_soc_init()
84 sprintf(soc_id_rev_str, "0x%08x", soc_id_rev); in smccc_soc_init()

Completed in 1 milliseconds