Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dqcom_nandc.c397 struct bam_transaction *bam_txn; member
481 struct bam_transaction *bam_txn = nandc->bam_txn; in free_bam_transaction() local
483 devm_kfree(nandc->dev, bam_txn); in free_bam_transaction()
490 struct bam_transaction *bam_txn; in alloc_bam_transaction() local
496 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
497 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + in alloc_bam_transaction()
498 (sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL) + in alloc_bam_transaction()
499 (sizeof(*bam_txn->data_sgl) * QPIC_PER_CW_DATA_SGL)); in alloc_bam_transaction()
505 bam_txn = bam_txn_buf; in alloc_bam_transaction()
506 bam_txn_buf += sizeof(*bam_txn); in alloc_bam_transaction()
[all …]