Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci.h255 #define SDHCI_CLOCK_BASE_MASK GENMASK(13, 8) macro
H A Dsdhci-pci-core.c247 FIELD_PREP(SDHCI_CLOCK_BASE_MASK, 0x21) | in ricoh_mmc_probe_slot()
H A Dsdhci.c4427 host->max_clk = FIELD_GET(SDHCI_CLOCK_BASE_MASK, host->caps); in sdhci_setup_host()