Home
last modified time | relevance | path

Searched refs:admaDescSize (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c319 (void)memset_s(admaDesc, ALIGN(host->admaDescSize, CACHE_ALIGNED_SIZE), in SdhciAdmaTablePre()
320 0, ALIGN(host->admaDescSize, CACHE_ALIGNED_SIZE)); in SdhciAdmaTablePre()
343 if ((uint32_t)(admaDesc - host->admaDesc) > host->admaDescSize) { in SdhciAdmaTablePre()
358 ALIGN(host->admaDescSize, CACHE_ALIGNED_SIZE)); in SdhciAdmaTablePre()
1702 host->admaDescSize = SDHCI_ADMA_DEF_SIZE; in SdhciFillAdmaInfo()
1709 host->admaDescSize = (host->admaMaxDesc * 2 + 1) * host->admaDescLineSize; in SdhciFillAdmaInfo()
1710 host->admaDesc = (void *)OsalMemAllocAlign(CACHE_ALIGNED_SIZE, ALIGN(host->admaDescSize, CACHE_ALIGNED_SIZE)); in SdhciFillAdmaInfo()
H A Dsdhci.h687 uint32_t admaDescSize; member

Completed in 6 milliseconds