Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/
H A Dqpic_common.c44 void *bam_txn_buf; in qcom_alloc_bam_transaction() local
52 bam_txn_buf = kzalloc(bam_txn_size, GFP_KERNEL); in qcom_alloc_bam_transaction()
53 if (!bam_txn_buf) in qcom_alloc_bam_transaction()
56 bam_txn = bam_txn_buf; in qcom_alloc_bam_transaction()
57 bam_txn_buf += sizeof(*bam_txn); in qcom_alloc_bam_transaction()
59 bam_txn->bam_ce = bam_txn_buf; in qcom_alloc_bam_transaction()
61 bam_txn_buf += sizeof(*bam_txn->bam_ce) * bam_txn->bam_ce_nitems; in qcom_alloc_bam_transaction()
63 bam_txn->cmd_sgl = bam_txn_buf; in qcom_alloc_bam_transaction()
65 bam_txn_buf += sizeof(*bam_txn->cmd_sgl) * bam_txn->cmd_sgl_nitems; in qcom_alloc_bam_transaction()
67 bam_txn->data_sgl = bam_txn_buf; in qcom_alloc_bam_transaction()
[all...]