Home
last modified time | relevance | path

Searched refs:MMC_RINTSTS (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.c43 …HIMCI_READL((uintptr_t)host->base + MMC_RINTSTS), HIMCI_READL((uintptr_t)host->base + MMC_STATUS)); in HimciDumpRegs()
249 HIMCI_WRITEL(ALL_INT_CLR, (uintptr_t)host->base + MMC_RINTSTS); in HimciDmaReset()
445 val = HIMCI_READL((uintptr_t)host->base + MMC_RINTSTS); in HimciWaitCmd()
448 HIMCI_WRITEL(val, (uintptr_t)host->base + MMC_RINTSTS); in HimciWaitCmd()
1287 HIMCI_WRITEL(ALL_INT_CLR, (uintptr_t)host->base + MMC_RINTSTS); in HimciTuningFeedback()
1455 HIMCI_WRITEL(ALL_INT_CLR, (uintptr_t)host->base + MMC_RINTSTS); in HimciEdgedllModeTuning()
1582 HIMCI_WRITEL(ALL_INT_CLR, (uintptr_t)host->base + MMC_RINTSTS); in HimciHostRegistersInit()
1724 state = HIMCI_READL((uintptr_t)host->base + MMC_RINTSTS); in HimciIrqHandler()
1725 HIMCI_WRITEL(state, (uintptr_t)host->base + MMC_RINTSTS); in HimciIrqHandler()
Dhimci.h157 MMC_RINTSTS = 0x0044, enumerator