Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c389 struct bam_transaction *bam_txn; member
475 struct bam_transaction *bam_txn = nandc->bam_txn; in free_bam_transaction() local
477 devm_kfree(nandc->dev, bam_txn); in free_bam_transaction()
484 struct bam_transaction *bam_txn; in alloc_bam_transaction() local
490 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
491 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + in alloc_bam_transaction()
492 (sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL) + in alloc_bam_transaction()
493 (sizeof(*bam_txn->data_sgl) * QPIC_PER_CW_DATA_SGL)); in alloc_bam_transaction()
499 bam_txn = bam_txn_buf; in alloc_bam_transaction()
500 bam_txn_buf += sizeof(*bam_txn); in alloc_bam_transaction()
[all …]