Searched refs:SDHCI_MAX_SEGS (Results 1 – 4 of 4) sorted by relevance
179 if (extra > SDHCI_MAX_SEGS) in sdhci_sparx5_probe()180 extra = SDHCI_MAX_SEGS; in sdhci_sparx5_probe()
483 if (extra > SDHCI_MAX_SEGS) in dwcmshc_probe()484 extra = SDHCI_MAX_SEGS; in dwcmshc_probe()
346 #define SDHCI_MAX_SEGS 128 macro
4053 host->adma_table_cnt = SDHCI_MAX_SEGS * 2 + 1; in sdhci_alloc_host()4342 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN; in sdhci_setup_host()4702 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()4708 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
Completed in 23 milliseconds