Home
last modified time | relevance | path

Searched refs:resp0 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.h171 #define EMMC_HOST_SET_RESP(resp0, resp1) (resp0 >> 1) | ((resp1 & 1) << 30) argument
Dintel_emmc_host.c641 uint32_t resp0, resp1, resp2, resp3; in update_cmd_response() local
647 resp0 = regs->resp_01; in update_cmd_response()
654 LOG_DBG("cmd resp: %x %x %x %x", resp0, resp1, resp2, resp3); in update_cmd_response()
659 sdhc_cmd->response[3U] = resp0; in update_cmd_response()
661 LOG_DBG("cmd resp: %x", resp0); in update_cmd_response()
662 sdhc_cmd->response[0u] = resp0; in update_cmd_response()