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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 28 #define CMD3 3
67 #define SET_RELATIVE_ADDR CMD3
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 40 #define CMD3 3
79 #define SET_RELATIVE_ADDR CMD3
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530MMCHS.h 170 #define CMD3 (INDX(3) | CICE_ENABLE | CCCE_ENABLE | RSP_TYPE_48BITS)
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530MMCHS.h 170 #define CMD3 (INDX(3) | CICE_ENABLE | CCCE_ENABLE | RSP_TYPE_48BITS)
  /external/syslinux/gpxe/src/drivers/net/
amd8111e.c 230 writel(VAL1 | EN_PMGR, mmio + CMD3 );
254 writel(JUMBO, mmio + CMD3);
amd8111e.h 45 Registers CMD0, CMD2, CMD3,CMD7 and INTEN0 uses a write access technique called command style access. It allows the write to selected bits of this register without altering the bits that are not selected. Command style registers are divided into 4 bytes that can be written independently. Higher order bit of each byte is the value bit that specifies the value that will be written into the selected bits of register.
63 #define CMD3 0x54 /* Command3 resiter */
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MmcHostDxe/
MmcHostDxe.c 72 Translation = CMD3;
  /device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.c 72 Translation = CMD3;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c 550 Status = SendCmd (CMD3, CMD3_INT_EN, CmdArgument);
552 DEBUG ((EFI_D_ERROR, "CMD3 fails. Status: %x\n", Status));
556 //Set RCA for the detected card. RCA is CMD3 response.
558 DEBUG ((EFI_D_INFO, "CMD3 response: RCA %x\n", gCardInfo.RCA));
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 550 Status = SendCmd (CMD3, CMD3_INT_EN, CmdArgument);
552 DEBUG ((EFI_D_ERROR, "CMD3 fails. Status: %x\n", Status));
556 //Set RCA for the detected card. RCA is CMD3 response.
558 DEBUG ((EFI_D_INFO, "CMD3 response: RCA %x\n", gCardInfo.RCA));
    [all...]

Completed in 144 milliseconds