Searched refs:response1 (Results 1 – 2 of 2) sorted by relevance
334 uint32_t response1 = base->CMDRSP[1]; in SDHC_ReceiveCommandResponse() local345 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()346 command->response[2U] = (response2 << 8U) | ((response1 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()
366 uint32_t response1 = base->CMD_RSP1; in USDHC_ReceiveCommandResponse() local377 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()378 command->response[2U] = (response2 << 8U) | ((response1 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()