Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.h330 #define SDHCI_MAX_SEGS 128 macro
Dsdhci.c3577 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_setup_host()
3581 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) * in sdhci_setup_host()
3586 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN; in sdhci_setup_host()
3940 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()
3950 mmc->max_segs = SDHCI_MAX_SEGS; in sdhci_setup_host()