Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dmmc_ops.c328 __be32 *cid_tmp; in mmc_spi_send_cid() local
330 cid_tmp = kzalloc(16, GFP_KERNEL); in mmc_spi_send_cid()
331 if (!cid_tmp) in mmc_spi_send_cid()
334 ret = mmc_send_cxd_data(NULL, host, MMC_SEND_CID, cid_tmp, 16); in mmc_spi_send_cid()
339 cid[i] = be32_to_cpu(cid_tmp[i]); in mmc_spi_send_cid()
342 kfree(cid_tmp); in mmc_spi_send_cid()