Searched refs:csd_tmp (Results 1 – 1 of 1) sorted by relevance
298 __be32 *csd_tmp; in mmc_spi_send_csd() local300 csd_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_csd()301 if (!csd_tmp) in mmc_spi_send_csd()304 ret = mmc_send_cxd_data(card, card->host, MMC_SEND_CSD, csd_tmp, 16); in mmc_spi_send_csd()309 csd[i] = be32_to_cpu(csd_tmp[i]); in mmc_spi_send_csd()312 kfree(csd_tmp); in mmc_spi_send_csd()