Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-of-dwcmshc.c80 if (extra > SDHCI_MAX_SEGS) in dwcmshc_probe()
81 extra = SDHCI_MAX_SEGS; in dwcmshc_probe()
Dsdhci.h353 #define SDHCI_MAX_SEGS 128 macro
Dsdhci.c3555 host->adma_table_cnt = SDHCI_MAX_SEGS * 2 + 1; in sdhci_alloc_host()
3823 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN; in sdhci_setup_host()
4185 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
4195 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()