Searched refs:AML_SD_EMMC_ERROR (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c35 #define AML_SD_EMMC_ERROR(fmt, ...) zxlogf(ERROR, "%s: " fmt, __func__, ##__VA_ARGS__) macro
567 AML_SD_EMMC_ERROR("RX Data CRC Error cmd%d, status=0x%x, RXD_ERR:%d\n", req->cmd_idx,
573 AML_SD_EMMC_ERROR("TX Data CRC Error, cmd%d, status=0x%x TXD_ERR\n", req->cmd_idx,
579 AML_SD_EMMC_ERROR("Controller does not own the descriptor, cmd%d, status=0x%x\n",
585 AML_SD_EMMC_ERROR("Response CRC Error, cmd%d, status=0x%x\n", req->cmd_idx, status_irq);
590 AML_SD_EMMC_ERROR("No response reived before time limit, cmd%d, status=0x%x\n",
596 AML_SD_EMMC_ERROR("Descriptor execution timed out, cmd%d, status=0x%x\n", req->cmd_idx,

Completed in 24 milliseconds