Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c581 void *bam_txn_buf; in alloc_bam_transaction() local
589 bam_txn_buf = devm_kzalloc(nandc->dev, bam_txn_size, GFP_KERNEL); in alloc_bam_transaction()
590 if (!bam_txn_buf) in alloc_bam_transaction()
593 bam_txn = bam_txn_buf; in alloc_bam_transaction()
594 bam_txn_buf += sizeof(*bam_txn); in alloc_bam_transaction()
596 bam_txn->bam_ce = bam_txn_buf; in alloc_bam_transaction()
597 bam_txn_buf += in alloc_bam_transaction()
600 bam_txn->cmd_sgl = bam_txn_buf; in alloc_bam_transaction()
601 bam_txn_buf += in alloc_bam_transaction()
604 bam_txn->data_sgl = bam_txn_buf; in alloc_bam_transaction()