Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c62 int ufs_header_ver; member
629 pd_info->ufs_header_ver = header & UNCORE_VERSION_MASK; in uncore_probe()
631 if (pd_info->ufs_header_ver == TPMI_VERSION_INVALID) in uncore_probe()
634 if (TPMI_MAJOR_VERSION(pd_info->ufs_header_ver) != UNCORE_MAJOR_VERSION) { in uncore_probe()
636 TPMI_MAJOR_VERSION(pd_info->ufs_header_ver)); in uncore_probe()
641 if (TPMI_MINOR_VERSION(pd_info->ufs_header_ver) > UNCORE_MINOR_VERSION) in uncore_probe()
643 TPMI_MINOR_VERSION(pd_info->ufs_header_ver)); in uncore_probe()
696 if ((TPMI_MINOR_VERSION(pd_info->ufs_header_ver) >= in uncore_probe()