Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h172 #define SDHCI_CLOCK_BASE_MASK 0x00003F00 macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h206 #define SDHCI_CLOCK_BASE_MASK GENMASK(13, 8) macro
H A Dsdhci-pci-core.c263 FIELD_PREP(SDHCI_CLOCK_BASE_MASK, 0x21) | in ricoh_mmc_probe_slot()
H A Dsdhci.c4283 host->max_clk = FIELD_GET(SDHCI_CLOCK_BASE_MASK, host->caps); in sdhci_setup_host()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c758 host->max_clk = (caps & SDHCI_CLOCK_BASE_MASK) >>