Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci-msm.c29 #define CORE_VERSION_MAJOR_MASK (0xf << CORE_VERSION_MAJOR_SHIFT) macro
2557 core_major = (core_version & CORE_VERSION_MAJOR_MASK) >> in sdhci_msm_probe()