Home
last modified time | relevance | path

Searched refs:SDHCI_MAX_SEGS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c135 if (extra > SDHCI_MAX_SEGS) in dwcmshc_probe()
136 extra = SDHCI_MAX_SEGS; in dwcmshc_probe()
H A Dsdhci-of-sparx5.c179 if (extra > SDHCI_MAX_SEGS) in sdhci_sparx5_probe()
180 extra = SDHCI_MAX_SEGS; in sdhci_sparx5_probe()
H A Dsdhci.h344 #define SDHCI_MAX_SEGS 128 macro
H A Dsdhci.c4009 host->adma_table_cnt = SDHCI_MAX_SEGS * 2 + 1; in sdhci_alloc_host()
4295 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN; in sdhci_setup_host()
4655 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
4665 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-of-sparx5.c179 if (extra > SDHCI_MAX_SEGS) in sdhci_sparx5_probe()
180 extra = SDHCI_MAX_SEGS; in sdhci_sparx5_probe()
H A Dsdhci-of-dwcmshc.c491 if (extra > SDHCI_MAX_SEGS) in dwcmshc_probe()
492 extra = SDHCI_MAX_SEGS; in dwcmshc_probe()
H A Dsdhci.h353 #define SDHCI_MAX_SEGS 128 macro
H A Dsdhci.c4053 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 17 milliseconds