Home
last modified time | relevance | path

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

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