Searched defs:MmioBar (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/
H A DSdMmcPciHcPei.h58 SD_MMC_HC_PEI_BAR MmioBar[MAX_SD_MMC_HCS]; member in struct:__anon6141
68 @param[in,out] MmioBar The pointer to store the array of available
82 IN OUT UINTN **MmioBar,
H A DSdMmcPciHcPei.c31 @param[in,out] MmioBar The pointer to store the array of available
45 IN OUT UINTN **MmioBar,
51 if ((This == NULL) || (MmioBar == NULL) || (BarNum == NULL)) {
61 *MmioBar = &Private->MmioBar[ControllerId].MmioBarAddr[0];
62 *BarNum = (UINT8)Private->MmioBar[ControllerId].SlotNum;
194 Private->MmioBar[Private->TotalSdMmcHcs].SlotNum++;
195 Private->MmioBar[Private->TotalSdMmcHcs].MmioBarAddr[Index] = BarAddr;
42 GetSdMmcHcMmioBar( IN EDKII_SD_MMC_HOST_CONTROLLER_PPI *This, IN UINT8 ControllerId, IN OUT UINTN **MmioBar, OUT UINT8 *BarNum ) argument

Completed in 16 milliseconds