Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-iproc.c196 & SDHCI_MAX_BLOCK_MASK) |
219 & SDHCI_MAX_BLOCK_MASK) |
243 & SDHCI_MAX_BLOCK_MASK) |
Dsdhci.h196 #define SDHCI_MAX_BLOCK_MASK 0x00030000 macro
Dsdhci.c3974 mmc->max_blk_size = (host->caps & SDHCI_MAX_BLOCK_MASK) >> in sdhci_setup_host()