Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.c414 union HimciCmdRegArg cmdRegs; in HimciExecCmd() local
419 cmdRegs.arg = HIMCI_READL((uintptr_t)host->base + MMC_CMD); in HimciExecCmd()
420 ret = HimciUpdateCmdReg(&cmdRegs, host); in HimciExecCmd()
424 HIMCI_WRITEL(cmdRegs.arg, (uintptr_t)host->base + MMC_CMD); in HimciExecCmd()