Home
last modified time | relevance | path

Searched refs:dmaSg (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.h528 struct scatterlist dmaSg; member
Dhimci.c650 sg_init_one(&host->dmaSg, (const void *)host->alignedBuff, len); in HimciFillDmaSg()
652 host->sg = &host->dmaSg; in HimciFillDmaSg()
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.h683 struct scatterlist dmaSg; member
Dsdhci.c499 sg_init_one(&host->dmaSg, (const void *)host->alignedBuff, len); in SdhciFillDmaSg()
501 host->sg = &host->dmaSg; in SdhciFillDmaSg()