Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
DPL180Mci.c153 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_CLR_ALL_STATUS); in MciSendCommand()
170 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_STATUS_CMD_ERROR); in MciSendCommand()
289 MmioWrite32(MCI_CLEAR_STATUS_REG, MCI_STATUS_CMD_RXOVERRUN); in MciReadBlockData()
297 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_CLR_ALL_STATUS); in MciReadBlockData()
395 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_CLR_ALL_STATUS);
DPL180Mci.h48 #define MCI_CLEAR_STATUS_REG (MCI_SYSCTL + 0x038) macro