Home
last modified time | relevance | path

Searched refs:adma_table (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.c739 desc = host->adma_table; in sdhci_adma_table_pre()
799 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
804 if (desc != host->adma_table) { in sdhci_adma_table_pre()
3313 void *desc = host->adma_table; in sdhci_adma_show_error()
4318 host->adma_table = buf + host->align_buffer_sz; in sdhci_setup_host()
4721 host->adma_table = NULL; in sdhci_setup_host()
4743 host->adma_table = NULL; in sdhci_cleanup_host()
4886 host->adma_table = NULL; in sdhci_remove_host()
H A Dsdhci.h548 void *adma_table; /* ADMA descriptor table */ member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.c765 desc = host->adma_table; in sdhci_adma_table_pre()
825 WARN_ON((desc - host->adma_table) >= host->adma_table_sz); in sdhci_adma_table_pre()
830 if (desc != host->adma_table) { in sdhci_adma_table_pre()
3340 void *desc = host->adma_table; in sdhci_adma_show_error()
4365 host->adma_table = buf + host->align_buffer_sz; in sdhci_setup_host()
4764 host->adma_table = NULL; in sdhci_setup_host()
4786 host->adma_table = NULL; in sdhci_cleanup_host()
4929 host->adma_table = NULL; in sdhci_remove_host()
H A Dsdhci.h559 void *adma_table; /* ADMA descriptor table */ member

Completed in 15 milliseconds