Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-st.c420 ((host_version & SDHCI_VENDOR_VER_MASK) >> in sdhci_st_probe()
Dsdhci.h251 #define SDHCI_VENDOR_VER_MASK 0xFF00 macro
Dsdhci-msm.c530 host_version, ((host_version & SDHCI_VENDOR_VER_MASK) >> in sdhci_msm_probe()
Dsdhci-of-esdhc.c576 esdhc->vendor_ver = (host_ver & SDHCI_VENDOR_VER_MASK) >> in esdhc_init()
Dsdhci-pci-core.c567 version = (version & SDHCI_VENDOR_VER_MASK) >> in jmicron_probe_slot()