Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dqcom_nandc.c395 struct bam_transaction *bam_txn; member
539 struct bam_transaction *bam_txn = nandc->bam_txn; in free_bam_transaction() local
541 devm_kfree(nandc->dev, bam_txn); in free_bam_transaction()
548 struct bam_transaction *bam_txn; in alloc_bam_transaction() local
554 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
555 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + in alloc_bam_transaction()
556 (sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL) + in alloc_bam_transaction()
557 (sizeof(*bam_txn->data_sgl) * QPIC_PER_CW_DATA_SGL)); in alloc_bam_transaction()
563 bam_txn = bam_txn_buf; in alloc_bam_transaction()
564 bam_txn_buf += sizeof(*bam_txn); in alloc_bam_transaction()
[all …]