Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DDwEmmcDxe.c126 MmioWrite32 (DWEMMC_CMD, Data); in DwEmmcUpdateClock()
128 Data = MmioRead32 (DWEMMC_CMD); in DwEmmcUpdateClock()
288 MmioWrite32 (DWEMMC_CMD, MmcCmd); in SendCommand()
DDwEmmc.h34 #define DWEMMC_CMD ((UINT32)PcdGet32 (PcdDwEmmcDxeBaseAddress) + 0x02c) macro