Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Dsdhci-of-sparx5.c179 if (extra > SDHCI_MAX_SEGS) in sdhci_sparx5_probe()
180 extra = SDHCI_MAX_SEGS; in sdhci_sparx5_probe()
A Dsdhci-of-ma35d1.c207 extra = min(extra, SDHCI_MAX_SEGS); in ma35_probe()
A Dsdhci-of-dwcmshc.c1381 if (extra > SDHCI_MAX_SEGS) in dwcmshc_probe()
1382 extra = SDHCI_MAX_SEGS; in dwcmshc_probe()
A Dsdhci.h406 #define SDHCI_MAX_SEGS 128 macro
A Dsdhci.c4094 host->adma_table_cnt = SDHCI_MAX_SEGS * 2 + 1; in sdhci_alloc_host()
4386 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN; in sdhci_setup_host()
4746 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
4752 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()

Completed in 22 milliseconds