Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.c641 uint32_t resp0, resp1, resp2, resp3; in update_cmd_response() local
652 resp3 = regs->resp_6 | (regs->resp_7 << 16u); in update_cmd_response()
654 LOG_DBG("cmd resp: %x %x %x %x", resp0, resp1, resp2, resp3); in update_cmd_response()
656 sdhc_cmd->response[0u] = resp3; in update_cmd_response()