Searched refs:cxd_tmp (Results 1 – 1 of 1) sorted by relevance
335 __be32 *cxd_tmp; in mmc_spi_send_cxd() local337 cxd_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_cxd()338 if (!cxd_tmp) in mmc_spi_send_cxd()341 ret = mmc_send_adtc_data(NULL, host, opcode, 0, cxd_tmp, 16); in mmc_spi_send_cxd()346 cxd[i] = be32_to_cpu(cxd_tmp[i]); in mmc_spi_send_cxd()349 kfree(cxd_tmp); in mmc_spi_send_cxd()