Searched refs:cxd_tmp (Results 1 – 1 of 1) sorted by relevance
306 __be32 *cxd_tmp; in mmc_spi_send_cxd() local308 cxd_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_cxd()309 if (!cxd_tmp) in mmc_spi_send_cxd()312 ret = mmc_send_adtc_data(NULL, host, opcode, 0, cxd_tmp, 16); in mmc_spi_send_cxd()317 cxd[i] = be32_to_cpu(cxd_tmp[i]); in mmc_spi_send_cxd()320 kfree(cxd_tmp); in mmc_spi_send_cxd()