Home
last modified time | relevance | path

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

/linux-6.15/drivers/soc/qcom/
H A Dsocinfo.c610 case SOCINFO_VERSION(0, 19): in socinfo_debugfs_init()
622 case SOCINFO_VERSION(0, 18): in socinfo_debugfs_init()
690 case SOCINFO_VERSION(0, 9): in socinfo_debugfs_init()
696 case SOCINFO_VERSION(0, 8): in socinfo_debugfs_init()
697 case SOCINFO_VERSION(0, 7): in socinfo_debugfs_init()
701 case SOCINFO_VERSION(0, 6): in socinfo_debugfs_init()
709 case SOCINFO_VERSION(0, 5): in socinfo_debugfs_init()
717 case SOCINFO_VERSION(0, 4): in socinfo_debugfs_init()
724 case SOCINFO_VERSION(0, 3): in socinfo_debugfs_init()
731 case SOCINFO_VERSION(0, 2): in socinfo_debugfs_init()
[all …]
H A Dsmem.c848 if (__le32_to_cpu(info->fmt) < SOCINFO_VERSION(0, 16)) in qcom_smem_get_feature_code()
/linux-6.15/include/linux/soc/qcom/
H A Dsocinfo.h23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) macro