Searched refs:csd_tmp (Results 1 – 1 of 1) sorted by relevance
302 __be32 *csd_tmp; in mmc_spi_send_csd() local304 csd_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_csd()305 if (!csd_tmp) in mmc_spi_send_csd()308 ret = mmc_send_cxd_data(card, card->host, MMC_SEND_CSD, csd_tmp, 16); in mmc_spi_send_csd()313 csd[i] = be32_to_cpu(csd_tmp[i]); in mmc_spi_send_csd()316 kfree(csd_tmp); in mmc_spi_send_csd()