Lines Matching refs:Response

358   assert_param(IS_SDMMC_RESPONSE(Command->Response));  in SDMMC_SendCommand()
367 Command->Response | \ in SDMMC_SendCommand()
399 uint32_t SDMMC_GetResponse(const SDMMC_TypeDef *SDMMCx, uint32_t Response) in SDMMC_GetResponse() argument
404 assert_param(IS_SDMMC_RESP(Response)); in SDMMC_GetResponse()
407 tmp = (uint32_t)(&(SDMMCx->RESP1)) + Response; in SDMMC_GetResponse()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
546 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockCount()
570 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdReadSingleBlock()
594 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdReadMultiBlock()
618 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdWriteSingleBlock()
642 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdWriteMultiBlock()
666 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSDEraseStartAdd()
690 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSDEraseEndAdd()
714 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdEraseStartAdd()
738 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdEraseEndAdd()
763 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdErase()
787 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdStopTransfer()
824 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSelDesel()
847 sdmmc_cmdinit.Response = SDMMC_RESPONSE_NO; in SDMMC_CmdGoIdleState()
875 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdOperCond()
901 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdAppCommand()
929 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdAppOperCommand()
953 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBusWidth()
977 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSendSCR()
1001 sdmmc_cmdinit.Response = SDMMC_RESPONSE_LONG; in SDMMC_CmdSendCID()
1026 sdmmc_cmdinit.Response = SDMMC_RESPONSE_LONG; in SDMMC_CmdSendCSD()
1051 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSetRelAdd()
1076 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSetRelAddMmc()
1101 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSleepMmc()
1125 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSendStatus()
1148 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdStatusRegister()
1173 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdOpCondition()
1199 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSwitch()
1223 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdVoltageSwitch()
1248 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSendEXTCSD()
1273 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_SDIO_CmdReadWriteDirect()
1297 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_SDIO_CmdReadWriteExtended()
1321 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdSendOperationcondition()