Searched refs:SOCINFO_VERSION (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | socinfo.c | 679 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 D | smem.c | 852 if (__le32_to_cpu(info->fmt) < SOCINFO_VERSION(0, 16)) in qcom_smem_get_feature_code()
|
| /linux/include/linux/soc/qcom/ |
| H A D | socinfo.h | 23 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) macro
|