Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwSdDxe/
DDwSdDxe.c237 MmioWrite32 (DWSD_BMOD, DWSD_IDMAC_SWRESET); in DwSdNotifyState()
241 Data = MmioRead32 (DWSD_BMOD); in DwSdNotifyState()
530 Data = MmioRead32 (DWSD_BMOD); in StartDma()
532 MmioWrite32 (DWSD_BMOD, Data); in StartDma()
DDwSd.h46 #define DWSD_BMOD ((UINT32)PcdGet32 (PcdDwSdDxeBaseAddress) + 0x080) macro