Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c493 uint32_t sgPhyAddr, sgLength, i; in HimciDataSync() local
497 sgLength = HIMCI_SG_DMA_LEN(&host->sg[i]); in HimciDataSync()
499 HimciDmaCacheInv((void *)(uintptr_t)sgPhyAddr, sgLength); in HimciDataSync()
684 uint32_t sgPhyAddr, sgLength, i; in HimciSetupData() local
696 sgLength = HIMCI_SG_DMA_LEN(&host->sg[i]); in HimciSetupData()
699 HDF_LOGE("host%u:sg_phyaddr:0x%x sg_length:0x%x.", host->id, sgPhyAddr, sgLength); in HimciSetupData()
703 HimciDmaCacheClean((void *)(uintptr_t)sgPhyAddr, sgLength); in HimciSetupData()
705 HimciDmaCacheInv((void *)(uintptr_t)sgPhyAddr, sgLength); in HimciSetupData()
707 while (sgLength && (desCnt < maximum)) { in HimciSetupData()
712 if (sgLength > in HimciSetupData()
[all...]
/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c530 uint32_t sgPhyAddr, sgLength, i; in SdhciDataSync() local
534 sgLength = SDHCI_SG_DMA_LEN(&host->sg[i]); in SdhciDataSync()
536 SdhciDmaCacheInv((void *)(uintptr_t)sgPhyAddr, sgLength); in SdhciDataSync()

Completed in 7 milliseconds