Searched refs:SDMMC_APP_CMD (Results 1 – 2 of 2) sorted by relevance
| /system/dev/block/sdmmc/ |
| A D | sd.c | 40 if ((st = sdmmc_do_command(sdmmc->host_zxdev, SDMMC_APP_CMD, 0, setup_txn)) != ZX_OK) { in sdmmc_probe_sd() 55 if ((st = sdmmc_do_command(sdmmc->host_zxdev, SDMMC_APP_CMD, 0, setup_txn)) != ZX_OK) { in sdmmc_probe_sd() 156 …if ((st = sdmmc_do_command(sdmmc->host_zxdev, SDMMC_APP_CMD, sdmmc->rca << 16, setup_txn)) != ZX_O… in sdmmc_probe_sd() 176 …if ((st = sdmmc_do_command(sdmmc->host_zxdev, SDMMC_APP_CMD, sdmmc->rca << 16, setup_txn)) != ZX_O… in sdmmc_probe_sd()
|
| /system/ulib/ddk/include/hw/ |
| A D | sdmmc.h | 94 #define SDMMC_APP_CMD 55 macro
|
Completed in 4 milliseconds