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

  /device/linaro/bootloader/OpenPlatformPkg/Include/Protocol/
PlatformDwMmc.h 42 UINT32 BusWidth:4; // bit 11:8
  /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...]
  /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...]
  /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...]
  /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/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/MdePkg/Include/IndustryStandard/
Emmc.h 200 UINT8 BusWidth; // Bus width mode W/EP [183]
  /external/u-boot/drivers/net/
ax88180.h 33 unsigned char BusWidth;

Completed in 2117 milliseconds