Searched refs:resp1 (Results 1 – 2 of 2) sorted by relevance
171 #define EMMC_HOST_SET_RESP(resp0, resp1) (resp0 >> 1) | ((resp1 & 1) << 30) argument
641 uint32_t resp0, resp1, resp2, resp3; in update_cmd_response() local650 resp1 = regs->resp_2 | (regs->resp_3 << 16u); in update_cmd_response()654 LOG_DBG("cmd resp: %x %x %x %x", resp0, resp1, resp2, resp3); in update_cmd_response()658 sdhc_cmd->response[2U] = resp1; in update_cmd_response()