Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-msm.c21 #define CORE_VERSION_MAJOR_MASK (0xf << CORE_VERSION_MAJOR_SHIFT) macro
1875 core_major = (core_version & CORE_VERSION_MAJOR_MASK) >> in sdhci_msm_probe()