Searched refs:response0 (Results 1 – 2 of 2) sorted by relevance
333 uint32_t response0 = base->CMDRSP[0]; in SDHC_ReceiveCommandResponse() local339 command->response[0U] = response0; in SDHC_ReceiveCommandResponse()345 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()
365 uint32_t response0 = base->CMD_RSP0; in USDHC_ReceiveCommandResponse() local371 command->response[0U] = response0; in USDHC_ReceiveCommandResponse()377 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()