Home
last modified time | relevance | path

Searched refs:command_information (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc_if.c110 uint32_t command_information; in send_mmc_cmd() local
119 command_information = process_request_checkresptype(resp_type); in send_mmc_cmd()
122 MMC->SRS03 = (uint32_t)((cmd_type << CMD_SHIFT) | command_information); in send_mmc_cmd()
172 uint32_t command_information; in process_request_checkresptype() local
178 command_information = (uint32_t)SRS3_NO_RESPONSE; in process_request_checkresptype()
181 command_information = (uint32_t)(SRS3_RESP_LENGTH_136 in process_request_checkresptype()
186 command_information = (uint32_t)SRS3_RESP_LENGTH_48; in process_request_checkresptype()
192 command_information = (uint32_t)(SRS3_RESP_LENGTH_48 in process_request_checkresptype()
198 command_information = (uint32_t)(SRS3_RESP_LENGTH_48B in process_request_checkresptype()
205 return (command_information); in process_request_checkresptype()
Dmss_mmc.c2275 uint32_t command_information; in MSS_MMC_pause_sdma_write_hpi() local
2325command_information = (uint32_t)(SRS3_ABORT_CMD | SRS3_RESPONSE_CHECK_TYPE_R1 | SRS3_RESP_LENGTH_48 in MSS_MMC_pause_sdma_write_hpi()
2328 … MMC->SRS03 = (uint32_t)((MMC_CMD_13_SEND_STATUS << CMD_SHIFT) | command_information); in MSS_MMC_pause_sdma_write_hpi()