HomeSort by relevance Sort by last modified time
    Searched refs:BusWidth (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
EmmcDevice.c 463 @param[in] BusWidth The bus width to work.
473 IN UINT8 BusWidth
496 if (BusWidth == 8) {
519 @param[in] BusWidth The bus width to work.
530 IN UINT8 BusWidth
551 Status = EmmcSendTuningBlk (PassThru, Slot, BusWidth);
598 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
611 IN UINT8 BusWidth
625 Index = OFFSET_OF (EMMC_EXT_CSD, BusWidth);
626 if (BusWidth == 1) {
    [all...]
SdDevice.c 526 @param[in] BusWidth The bus width to be set, it could be 1 or 4.
537 IN UINT8 BusWidth
568 if (BusWidth == 1) {
570 } else if (BusWidth == 4) {
749 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
762 IN UINT8 BusWidth
768 Status = SdCardSetBusWidth (PassThru, Slot, Rca, BusWidth);
770 DEBUG ((DEBUG_ERROR, "SdCardSwitchBusWidth: Switch to bus width %d fails with %r\n", BusWidth, Status));
787 Status = DwMmcHcSetBusWidth (PciIo, Slot, IsDdr, BusWidth);
831 if ((Capability->BusWidth == 1) || (Capability->BusWidth == 4)) {
    [all...]
DwMmcHci.h 598 @param[in] BusWidth The bus width used by the SD/MMC device, it must be 1, 4 or 8.
609 IN UINT16 BusWidth
  /device/linaro/bootloader/OpenPlatformPkg/Include/Protocol/
PlatformDwMmc.h 42 UINT32 BusWidth:4; // bit 11:8
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
EmmcDevice.c 447 @param[in] BusWidth The bus width to work.
457 IN UINT8 BusWidth
480 if (BusWidth == 8) {
503 @param[in] BusWidth The bus width to work.
514 IN UINT8 BusWidth
534 Status = EmmcSendTuningBlk (PassThru, Slot, BusWidth);
578 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
591 IN UINT8 BusWidth
605 Index = OFFSET_OF (EMMC_EXT_CSD, BusWidth);
606 if (BusWidth == 4) {
    [all...]
SdDevice.c 526 @param[in] BusWidth The bus width to be set, it could be 1 or 4.
537 IN UINT8 BusWidth
568 if (BusWidth == 1) {
570 } else if (BusWidth == 4) {
821 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
833 IN UINT8 BusWidth
839 Status = SdCardSetBusWidth (PassThru, Slot, Rca, BusWidth);
841 DEBUG ((DEBUG_ERROR, "SdCardSwitchBusWidth: Switch to bus width %d fails with %r\n", BusWidth, Status));
858 Status = SdMmcHcSetBusWidth (PciIo, Slot, BusWidth);
891 UINT8 BusWidth;
    [all...]
SdMmcPciHci.h 458 @param[in] BusWidth The bus width used by the SD/MMC device, it must be 1, 4 or 8.
468 IN UINT16 BusWidth
SdMmcPciHci.c 851 @param[in] BusWidth The bus width used by the SD/MMC device, it must be 1, 4 or 8.
861 IN UINT16 BusWidth
867 if (BusWidth == 1) {
870 } else if (BusWidth == 4) {
878 } else if (BusWidth == 8) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
EmmcDevice.c 447 @param[in] BusWidth The bus width to work.
457 IN UINT8 BusWidth
480 if (BusWidth == 8) {
503 @param[in] BusWidth The bus width to work.
514 IN UINT8 BusWidth
534 Status = EmmcSendTuningBlk (PassThru, Slot, BusWidth);
578 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
591 IN UINT8 BusWidth
605 Index = OFFSET_OF (EMMC_EXT_CSD, BusWidth);
606 if (BusWidth == 4) {
    [all...]
SdDevice.c 526 @param[in] BusWidth The bus width to be set, it could be 1 or 4.
537 IN UINT8 BusWidth
568 if (BusWidth == 1) {
570 } else if (BusWidth == 4) {
821 @param[in] BusWidth The bus width to be set, it could be 4 or 8.
833 IN UINT8 BusWidth
839 Status = SdCardSetBusWidth (PassThru, Slot, Rca, BusWidth);
841 DEBUG ((DEBUG_ERROR, "SdCardSwitchBusWidth: Switch to bus width %d fails with %r\n", BusWidth, Status));
858 Status = SdMmcHcSetBusWidth (PciIo, Slot, BusWidth);
891 UINT8 BusWidth;
    [all...]
SdMmcPciHci.h 458 @param[in] BusWidth The bus width used by the SD/MMC device, it must be 1, 4 or 8.
468 IN UINT16 BusWidth
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyMmcDxe/
HiKeyMmcDxe.c 38 .BusWidth = 8,
44 .BusWidth = 4,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 676 @param[in] BusWidth The bus width used by the EMMC device, it must be 1, 4 or 8.
685 IN UINT16 BusWidth
691 if (BusWidth == 1) {
694 } else if (BusWidth == 4) {
702 } else if (BusWidth == 8) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960MmcDxe/
HiKey960MmcDxe.c 37 .BusWidth = 4,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.h 200 @param BusWidth Bus width in 1, 4, 8 bits.
210 IN UINT32 BusWidth
SDController.c 941 @param BusWidth Bus width in 1, 4, 8 bits.
951 IN UINT32 BusWidth
961 if ((BusWidth != 1) && (BusWidth != 4) && (BusWidth != 8)) {
966 if ((SDHostData->SDHostIo.HostCapability.BusWidth8 == FALSE) && (BusWidth == 8)) {
985 if (BusWidth == 8) {
988 } else if (BusWidth == 4) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 676 @param[in] BusWidth The bus width used by the SD device, it must be 1, 4 or 8.
685 IN UINT16 BusWidth
691 if (BusWidth == 1) {
694 } else if (BusWidth == 4) {
702 } else if (BusWidth == 8) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 967 IN UINT8 BusWidth,
978 switch (BusWidth) {
1034 DEBUG((EFI_D_ERROR, "SWITCH %d bits Fail\n", BusWidth));
1038 Status = SDHostIo->SetBusWidth (SDHostIo, BusWidth);
1040 DEBUG((EFI_D_ERROR, "SWITCH set %d bits Fail\n", BusWidth));
1053 Status = MMCCardBusWidthTest (CardData, BusWidth);
1055 DEBUG((EFI_D_ERROR, "MMCCardBusWidthTest %d bit Fail\n", BusWidth));
1060 CardData->CurrentBusWidth = BusWidth;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
MmcHost.h 155 IN UINT32 BusWidth,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
SDHostIo.h 174 @param BusWidth Bus width in 1, 4, 8 bits.
185 IN UINT32 BusWidth
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
Sdhc.h 185 BusWidth - Bus width in 1, 4, 8 bits
196 IN UINT32 BusWidth
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
SdHostIo.h 227 BusWidth - Bus width in 1, 4, 8 bits
238 IN UINT32 BusWidth
  /external/u-boot/drivers/net/
ax88180.c 231 count = (data_size + priv->PadSize) >> priv->BusWidth;
636 count = (length + priv->PadSize) >> priv->BusWidth;
729 priv->BusWidth = BUS_WIDTH_32;
735 priv->BusWidth = BUS_WIDTH_16;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DwEmmcDxe.c 556 IN UINT32 BusWidth,
580 switch (BusWidth) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Emmc.h 200 UINT8 BusWidth; // Bus width mode W/EP [183]

Completed in 1357 milliseconds

1 2