Lines Matching refs:adma_table
516 desc = host->adma_table; in sdhci_adma_table_pre()
569 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
576 if (desc != host->adma_table) { in sdhci_adma_table_pre()
2420 void *desc = host->adma_table; in sdhci_adma_show_error()
3034 host->adma_table = dma_alloc_coherent(mmc_dev(mmc), in sdhci_add_host()
3039 if (!host->adma_table || !host->align_buffer) { in sdhci_add_host()
3040 if (host->adma_table) in sdhci_add_host()
3043 host->adma_table, in sdhci_add_host()
3049 host->adma_table = NULL; in sdhci_add_host()
3056 host->adma_table, host->adma_addr); in sdhci_add_host()
3058 host->adma_table = NULL; in sdhci_add_host()
3523 if (host->adma_table) in sdhci_remove_host()
3525 host->adma_table, host->adma_addr); in sdhci_remove_host()
3528 host->adma_table = NULL; in sdhci_remove_host()