Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c368 u32 *cid_tmp; in mmc_send_cid() local
377 cid_tmp = kzalloc(16, GFP_KERNEL); in mmc_send_cid()
378 if (!cid_tmp) in mmc_send_cid()
381 ret = mmc_send_cxd_data(NULL, host, MMC_SEND_CID, cid_tmp, 16); in mmc_send_cid()
386 cid[i] = be32_to_cpu(cid_tmp[i]); in mmc_send_cid()
389 kfree(cid_tmp); in mmc_send_cid()