Lines Matching refs:adma_table
501 desc = host->adma_table; in sdhci_adma_table_pre()
554 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
561 if (desc != host->adma_table) { in sdhci_adma_table_pre()
2397 void *desc = host->adma_table; in sdhci_adma_show_error()
3000 host->adma_table = dma_alloc_coherent(mmc_dev(mmc), in sdhci_add_host()
3005 if (!host->adma_table || !host->align_buffer) { in sdhci_add_host()
3006 if (host->adma_table) in sdhci_add_host()
3009 host->adma_table, in sdhci_add_host()
3015 host->adma_table = NULL; in sdhci_add_host()
3022 host->adma_table, host->adma_addr); in sdhci_add_host()
3024 host->adma_table = NULL; in sdhci_add_host()
3486 if (host->adma_table) in sdhci_remove_host()
3488 host->adma_table, host->adma_addr); in sdhci_remove_host()
3491 host->adma_table = NULL; in sdhci_remove_host()