Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-iproc.c208 & SDHCI_MAX_BLOCK_MASK) |
232 & SDHCI_MAX_BLOCK_MASK) |
256 & SDHCI_MAX_BLOCK_MASK) |
Dsdhci.h208 #define SDHCI_MAX_BLOCK_MASK 0x00030000 macro
Dsdhci.c4219 mmc->max_blk_size = (host->caps & SDHCI_MAX_BLOCK_MASK) >> in sdhci_setup_host()