Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dmmc_ops.c367 u32 *cid_tmp; in mmc_send_cid() local
376 cid_tmp = kzalloc(16, GFP_KERNEL); in mmc_send_cid()
377 if (!cid_tmp) in mmc_send_cid()
380 ret = mmc_send_cxd_data(NULL, host, MMC_SEND_CID, cid_tmp, 16); in mmc_send_cid()
385 cid[i] = be32_to_cpu(cid_tmp[i]); in mmc_send_cid()
388 kfree(cid_tmp); in mmc_send_cid()