Searched refs:CMD8 (Results 1 – 10 of 10) sorted by relevance
| /bsp/nxp/lpc/lpc176x/drivers/ |
| A D | sd.h | 9 #define CMD8 (0x40 + 8) // CMD8 macro
|
| A D | sd.c | 76 if (LPC17xx_SD_SendCmd(CMD8, 0x1AA) == 1) /* SDHC */ in LPC17xx_SD_Init() 185 if (cmd == CMD8) n = 0x87; /* Valid CRC for CMD8(0x1AA) */ in LPC17xx_SD_SendCmd()
|
| /bsp/efm32/ |
| A D | drv_sdcard.h | 52 #define CMD8 (8) /* SEND_IF_COND */ macro
|
| A D | drv_sdcard.c | 209 else if (cmd == CMD8) in efm_spiSd_cmd() 224 if (cmd == CMD8) in efm_spiSd_cmd() 647 if (efm_spiSd_sendCmd(CMD8, 0x000001AA, tril) == 0x01) in rt_spiSd_init()
|
| /bsp/lm3s8962/drivers/ |
| A D | sdcard.c | 46 #define CMD8 (0x40+8) /* SEND_IF_COND */ macro 393 if (cmd == CMD8) n = 0x87; /* CRC for CMD8(0x1AA) */ in send_cmd() 436 if (send_cmd(CMD8, 0x1AA) == 1) { /* SDC Ver2+ */ in sdcard_initialize()
|
| /bsp/lm3s9b9x/drivers/ |
| A D | sdcard.c | 46 #define CMD8 (0x40+8) /* SEND_IF_COND */ macro 393 if (cmd == CMD8) n = 0x87; /* CRC for CMD8(0x1AA) */ in send_cmd() 436 if (send_cmd(CMD8, 0x1AA) == 1) { /* SDC Ver2+ */ in sdcard_initialize()
|
| /bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/sdps_v3_9/ |
| A D | xsdps_options.c | 557 Status = XSdPs_CmdTransfer(InstancePtr, CMD8, Arg, 1U); in XSdPs_Get_Mmc_ExtCsd()
|
| A D | xsdps_hw.h | 641 #define CMD8 0x0800U macro
|
| A D | xsdps_host.c | 1656 case CMD8: in XSdPs_FrameCmd() 1745 case CMD8: in XSdPs_FrameCmd()
|
| A D | xsdps_card.c | 413 Status = XSdPs_CmdTransfer(InstancePtr, CMD8, in XSdPs_CardIfCond()
|
Completed in 26 milliseconds