Home
last modified time | relevance | path

Searched refs:cxd_tmp (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.c335 __be32 *cxd_tmp; in mmc_spi_send_cxd() local
337 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()