Home
last modified time | relevance | path

Searched refs:resp2 (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
651 resp2 = regs->resp_4 | (regs->resp_5 << 16u); in update_cmd_response()
654 LOG_DBG("cmd resp: %x %x %x %x", resp0, resp1, resp2, resp3); in update_cmd_response()
657 sdhc_cmd->response[1U] = resp2; in update_cmd_response()