Home
last modified time | relevance | path

Searched refs:SOCINFO_MAJOR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c22 #define SOCINFO_MAJOR GENMASK(31, 24) macro
80 return FIELD_GET(SOCINFO_MAJOR, socinfo); in socinfo_to_major()
/kernel/linux/linux-6.6/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c22 #define SOCINFO_MAJOR GENMASK(31, 24) macro
81 return FIELD_GET(SOCINFO_MAJOR, socinfo); in socinfo_to_major()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsocinfo.c22 #define SOCINFO_MAJOR(ver) (((ver) >> 16) & 0xffff) macro
296 SOCINFO_MAJOR(le32_to_cpu(socinfo->pmic_die_rev)), in qcom_show_pmic_die_revision()
508 SOCINFO_MAJOR(le32_to_cpu(info->ver)), in qcom_socinfo_probe()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsocinfo.c28 #define SOCINFO_MAJOR(ver) (((ver) >> 16) & 0xffff) macro
496 SOCINFO_MAJOR(die_rev), in qcom_show_pmic_model_array()
510 SOCINFO_MAJOR(le32_to_cpu(socinfo->pmic_die_rev)), in qcom_show_pmic_die_revision()
758 SOCINFO_MAJOR(le32_to_cpu(info->ver)), in qcom_socinfo_probe()

Completed in 3 milliseconds