Home
last modified time | relevance | path

Searched refs:MCI_CLR_ALL_STATUS (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()
297 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_CLR_ALL_STATUS); in MciReadBlockData()
395 MmioWrite32 (MCI_CLEAR_STATUS_REG, MCI_CLR_ALL_STATUS);
DPL180Mci.h129 #define MCI_CLR_ALL_STATUS (BIT11 - 1) macro