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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
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);
  /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/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...]
  /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/EmmcBlockIoPei/
EmmcHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c     [all...]

Completed in 194 milliseconds