Home
last modified time | relevance | path

Searched refs:cid_tmp (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dmmc_ops.c332 __be32 *cid_tmp; in mmc_spi_send_cid() local
334 cid_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_cid()
335 if (!cid_tmp) in mmc_spi_send_cid()
338 ret = mmc_send_cxd_data(NULL, host, MMC_SEND_CID, cid_tmp, 16); in mmc_spi_send_cid()
343 cid[i] = be32_to_cpu(cid_tmp[i]); in mmc_spi_send_cid()
346 kfree(cid_tmp); in mmc_spi_send_cid()

Completed in 2 milliseconds