Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dsocinfo.c679 case SOCINFO_VERSION(0, 23): in socinfo_debugfs_init()
680 case SOCINFO_VERSION(0, 22): in socinfo_debugfs_init()
681 case SOCINFO_VERSION(0, 21): in socinfo_debugfs_init()
682 case SOCINFO_VERSION(0, 20): in socinfo_debugfs_init()
687 case SOCINFO_VERSION(0, 19): in socinfo_debugfs_init()
699 case SOCINFO_VERSION(0, 18): in socinfo_debugfs_init()
700 case SOCINFO_VERSION(0, 17): in socinfo_debugfs_init()
705 case SOCINFO_VERSION(0, 16): in socinfo_debugfs_init()
714 case SOCINFO_VERSION(0, 15): in socinfo_debugfs_init()
720 case SOCINFO_VERSION(0, 14): in socinfo_debugfs_init()
[all …]
H A Dsmem.c852 if (__le32_to_cpu(info->fmt) < SOCINFO_VERSION(0, 16)) in qcom_smem_get_feature_code()
/linux/include/linux/soc/qcom/
H A Dsocinfo.h23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) macro