Home
last modified time | relevance | path

Searched refs:desc_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci.c140 desc = &host->adma_desc_table[host->desc_slot]; in _sdhci_adma_desc()
144 host->desc_slot++; in _sdhci_adma_desc()
182 host->desc_slot = 0; in sdhci_prepare_adma_table()
Domap_hsmmc.c99 uint desc_slot; member
927 desc = &priv->adma_desc_table[priv->desc_slot]; in omap_hsmmc_adma_desc()
931 priv->desc_slot++; in omap_hsmmc_adma_desc()
950 priv->desc_slot = 0; in omap_hsmmc_prepare_adma_table()
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h374 uint desc_slot; member