Lines Matching refs:response
2276 uint32_t trans_status_isr, response; in MSS_MMC_pause_sdma_write_hpi() local
2338 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() local
4099 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() local
4193 response = MMC->SRS04; in sdio_host_access_fbr()
4195 tmp |= (response & MASK_8BIT) << (i * SHIFT_8BIT); in sdio_host_access_fbr()
4240 uint32_t argument, response; in sdio_host_get_tuple_from_cis() local
4253 response = MMC->SRS04; in sdio_host_get_tuple_from_cis()
4254 if ((response & MASK_8BIT) == MSS_MMC_TUPLE_CISTPL_END) in sdio_host_get_tuple_from_cis()
4258 read_tuple_code = response & MASK_8BIT; in sdio_host_get_tuple_from_cis()
4266 response = MMC->SRS04; in sdio_host_get_tuple_from_cis()
4267 if ((response & MASK_8BIT) == MSS_MMC_TUPLE_CISTPL_END) in sdio_host_get_tuple_from_cis()
4273 next_tuple_offset = response & MASK_8BIT; in sdio_host_get_tuple_from_cis()
4290 response = MMC->SRS04; in sdio_host_get_tuple_from_cis()
4292 buffer[i] = (uint8_t)(response & MASK_8BIT); in sdio_host_get_tuple_from_cis()