Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-at91.c190 caps0 &= ~SDHCI_CLOCK_V3_BASE_MASK; in sdhci_at91_set_clks_presets()
191 caps0 |= FIELD_PREP(SDHCI_CLOCK_V3_BASE_MASK, clk_base); in sdhci_at91_set_clks_presets()
H A Dsdhci.h207 #define SDHCI_CLOCK_V3_BASE_MASK GENMASK(15, 8) macro
H A Dsdhci.c4281 host->max_clk = FIELD_GET(SDHCI_CLOCK_V3_BASE_MASK, host->caps); in sdhci_setup_host()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Datmel_sdhci.c82 clk_base = (caps & SDHCI_CLOCK_V3_BASE_MASK) >> SDHCI_CLOCK_BASE_SHIFT; in atmel_sdhci_probe()
H A Dsdhci.c755 host->max_clk = (caps & SDHCI_CLOCK_V3_BASE_MASK) >>
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h173 #define SDHCI_CLOCK_V3_BASE_MASK 0x0000FF00 macro