Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dsocinfo.c155 struct qcom_socinfo { struct
450 qcom_socinfo->dbg_root, \
555 static void socinfo_debugfs_init(struct qcom_socinfo *qcom_socinfo, in socinfo_debugfs_init() argument
565 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
567 qcom_socinfo->info.fmt = __le32_to_cpu(info->fmt); in socinfo_debugfs_init()
569 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
570 &qcom_socinfo->info.fmt); in socinfo_debugfs_init()
572 switch (qcom_socinfo->info.fmt) { in socinfo_debugfs_init()
574 qcom_socinfo->info.num_func_clusters = __le32_to_cpu(info->num_func_clusters); in socinfo_debugfs_init()
575 qcom_socinfo->info.boot_cluster = __le32_to_cpu(info->boot_cluster); in socinfo_debugfs_init()
[all …]