Searched refs:response2 (Results 1 – 2 of 2) sorted by relevance
335 uint32_t response2 = base->CMDRSP[2]; in SDHC_ReceiveCommandResponse() local346 command->response[2U] = (response2 << 8U) | ((response1 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()347 command->response[3U] = (base->CMDRSP[3] << 8U) | ((response2 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()
367 uint32_t response2 = base->CMD_RSP2; in USDHC_ReceiveCommandResponse() local378 command->response[2U] = (response2 << 8U) | ((response1 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()379 command->response[3U] = (base->CMD_RSP3 << 8U) | ((response2 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()