Searched refs:response (Results 1 – 5 of 5) sorted by relevance
152 uint32_t response; in response_1_parser() local154 response = MMC->SRS04; in response_1_parser()155 if (MMC_CLEAR == (CARD_STATUS_ALL_ERRORS_MASK & response)) /* no error */ in response_1_parser()157 if ((CARD_STATUS_READY_FOR_DATA & response) != MMC_CLEAR) in response_1_parser()
2276 uint32_t trans_status_isr, response; in MSS_MMC_pause_sdma_write_hpi() local2338 response = MMC->SRS04; in MSS_MMC_pause_sdma_write_hpi()2339 if ((CARD_STATUS_ALL_ERRORS_MASK & response) == MMC_CLEAR) /* no error */ in MSS_MMC_pause_sdma_write_hpi()2341 if ((CARD_STATUS_READY_FOR_DATA & response) != MMC_CLEAR) in MSS_MMC_pause_sdma_write_hpi()4063 uint32_t argument, response, tmp = MMC_CLEAR; in sdio_host_access_cccr() local4099 response = MMC->SRS04; in sdio_host_access_cccr()4101 tmp |= (response & MASK_8BIT) << (i * SHIFT_8BIT); in sdio_host_access_cccr()4149 uint32_t argument, response, tmp = MMC_CLEAR; in sdio_host_access_fbr() local4193 response = MMC->SRS04; in sdio_host_access_fbr()4195 tmp |= (response & MASK_8BIT) << (i * SHIFT_8BIT); in sdio_host_access_fbr()[all …]
193 volatile uint32_t response = 0; in _i3c_response_sts_get() local196 response = regs->RESP; in _i3c_response_sts_get()198 *len = response & 0xFFFFu; in _i3c_response_sts_get()199 *tid = (response & RESPONSE_TID_BITMASK) >> RESPONSE_TID_BITPOS; in _i3c_response_sts_get()201 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_response_sts_get()214 volatile uint32_t response = 0; in _i3c_tgt_response_sts_get() local217 response = regs->RESP; in _i3c_tgt_response_sts_get()219 *len = response & 0xFFFFu; in _i3c_tgt_response_sts_get()220 *tid = (response & RESPONSE_TID_TGT_BITMASK) >> RESPONSE_TID_BITPOS; in _i3c_tgt_response_sts_get()222 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_tgt_response_sts_get()[all …]
495 uint8_t response[256] = {0x00u}; in SYS_secure_nvm_read() local539 response, in SYS_secure_nvm_read()548 *(p_admin+index) = (uint32_t)response[index]; in SYS_secure_nvm_read()555 *(p_data + (index - 4u)) = response[index]; in SYS_secure_nvm_read()
743 uint8_t response[256] = {0x00}; in MSS_SYS_secure_nvm_read() local782 response, in MSS_SYS_secure_nvm_read()793 response, in MSS_SYS_secure_nvm_read()803 *(p_admin+index) = (uint32_t)response[index]; in MSS_SYS_secure_nvm_read()809 *(p_data + (index - 4u)) = response[index]; in MSS_SYS_secure_nvm_read()