Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-msm.c2538 u8 core_major; in sdhci_msm_probe() local
2690 core_major = (core_version & CORE_VERSION_MAJOR_MASK) >> in sdhci_msm_probe()
2694 core_version, core_major, core_minor); in sdhci_msm_probe()
2696 if (core_major == 1 && core_minor >= 0x42) in sdhci_msm_probe()
2703 if (core_major == 1 && core_minor < 0x34) in sdhci_msm_probe()
2710 if (core_major >= 1 && core_minor != 0x11 && core_minor != 0x12) { in sdhci_msm_probe()
2717 if (core_major == 1 && core_minor >= 0x49) in sdhci_msm_probe()
2720 if (core_major == 1 && core_minor >= 0x71) in sdhci_msm_probe()