HomeSort by relevance Sort by last modified time
    Searched refs:Rca (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
EmmcDevice.c 171 Address (RCA).
177 @param[in] Rca The relative device address to be assigned.
187 IN UINT16 Rca
206 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
220 @param[in] Rca The relative device address of selected device.
234 IN UINT16 Rca,
254 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
274 @param[in] Rca The relative device address of selected device.
284 IN UINT16 Rca
303 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
SdDevice.c 164 @param[in] Rca The relative device address of addressed device.
179 IN UINT16 Rca,
206 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
277 Address (RCA).
283 @param[out] Rca The relative device address to assign.
293 OUT UINT16 *Rca
315 *Rca = (UINT16)(SdMmcStatusBlk.Resp0 >> 16);
328 @param[in] Rca The relative device address of selected device.
342 IN UINT16 Rca,
362 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcDebug.c 76 IN UINT32 Rca
79 DEBUG ((EFI_D_ERROR, "- PrintRCA: 0x%X\n", Rca));
80 DEBUG ((EFI_D_ERROR, "\t- Status: 0x%X\n", Rca & 0xFFFF));
81 DEBUG ((EFI_D_ERROR, "\t- RCA: 0x%X\n", (Rca >> 16) & 0xFFFF));
Mmc.h 318 UINT16 RCA;
536 IN UINT32 Rca
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
EmmcDevice.c 155 Address (RCA).
161 @param[in] Rca The relative device address to be assigned.
171 IN UINT16 Rca
190 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
204 @param[in] Rca The relative device address of selected device.
218 IN UINT16 Rca,
238 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
258 @param[in] Rca The relative device address of selected device.
268 IN UINT16 Rca
287 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
SdDevice.c 164 @param[in] Rca The relative device address of addressed device.
179 IN UINT16 Rca,
206 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
277 Address (RCA).
283 @param[out] Rca The relative device address to assign.
293 OUT UINT16 *Rca
315 *Rca = (UINT16)(SdMmcStatusBlk.Resp0 >> 16);
328 @param[in] Rca The relative device address of selected device.
342 IN UINT16 Rca,
362 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
XenonSdhci.h 344 IN UINT16 Rca,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
EmmcDevice.c 155 Address (RCA).
161 @param[in] Rca The relative device address to be assigned.
171 IN UINT16 Rca
190 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
204 @param[in] Rca The relative device address of selected device.
218 IN UINT16 Rca,
238 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
258 @param[in] Rca The relative device address of selected device.
268 IN UINT16 Rca
287 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
SdDevice.c 164 @param[in] Rca The relative device address of addressed device.
179 IN UINT16 Rca,
206 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
277 Address (RCA).
283 @param[out] Rca The relative device address to assign.
293 OUT UINT16 *Rca
315 *Rca = (UINT16)(SdMmcStatusBlk.Resp0 >> 16);
328 @param[in] Rca The relative device address of selected device.
342 IN UINT16 Rca,
362 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.h 387 @param[out] Rca The relative device address to assign.
397 OUT UINT16 *Rca
404 @param[in] Rca The relative device address to use.
414 IN UINT16 Rca
421 @param[in] Rca The relative device address to use.
431 IN UINT16 Rca,
439 @param[in] Rca The relative device address to use.
450 IN UINT16 Rca,
458 @param[in] Rca The relative device address to use.
469 IN UINT16 Rca,
    [all...]
SdDxe.c 189 UINT16 Rca;
201 Status = SdSetRca (Device, &Rca);
203 DEBUG ((EFI_D_ERROR, "DiscoverUserArea(): Assign new Rca = 0x%x fails with %r\n", Rca, Status));
208 Status = SdGetCsd (Device, Rca, Csd);
215 Status = SdGetCid (Device, Rca, Cid);
221 Status = SdSelect (Device, Rca);
223 DEBUG ((EFI_D_ERROR, "DiscoverUserArea(): Reselect the device 0x%x fails with %r\n", Rca, Status));
227 Status = SdSendStatus (Device, Rca, &DevStatus);
SdBlockIo.c 61 @param[out] Rca The relative device address to assign.
71 OUT UINT16 *Rca
95 DEBUG ((EFI_D_INFO, "Set RCA succeeds with Resp0 = 0x%x\n", SdMmcStatusBlk.Resp0));
96 *Rca = (UINT16)(SdMmcStatusBlk.Resp0 >> 16);
106 @param[in] Rca The relative device address to use.
116 IN UINT16 Rca
136 if (Rca != 0) {
139 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
150 @param[in] Rca The relative device address to use.
161 IN UINT16 Rca,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.h 412 @param[in] Rca The relative device address to use.
422 IN UINT16 Rca
429 @param[in] Rca The relative device address to use.
440 IN UINT16 Rca,
448 @param[in] Rca The relative device address to use.
459 IN UINT16 Rca,
467 @param[in] Rca The relative device address to use.
478 IN UINT16 Rca,
EmmcBlockIo.c 65 @param[in] Rca The relative device address to use.
75 IN UINT16 Rca
96 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
107 @param[in] Rca The relative device address to use.
118 IN UINT16 Rca,
140 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
154 @param[in] Rca The relative device address to use.
165 IN UINT16 Rca,
189 SdMmcCmdBlk.CommandArgument = (UINT32)Rca << 16;
206 @param[in] Rca The relative device address to use.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c     [all...]

Completed in 354 milliseconds