Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dqcom_bam_dma.h47 bam_prep_ce_le32(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce_le32() argument
50 bam_ce->cmd_and_addr = in bam_prep_ce_le32()
52 bam_ce->data = data; in bam_prep_ce_le32()
53 bam_ce->mask = cpu_to_le32(0xffffffff); in bam_prep_ce_le32()
66 bam_prep_ce(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce() argument
69 bam_prep_ce_le32(bam_ce, addr, cmd, cpu_to_le32(data)); in bam_prep_ce()
/linux/drivers/mtd/nand/
H A Dqpic_common.c48 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + 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()
245 bam_ce_buffer = &bam_txn->bam_ce[bam_txn->bam_ce_pos]; in qcom_prep_bam_dma_desc_cmd()
271 bam_ce_buffer = &bam_txn->bam_ce[bam_txn->bam_ce_start]; in qcom_prep_bam_dma_desc_cmd()
/linux/include/linux/mtd/
H A Dnand-qpic-common.h243 struct bam_cmd_element *bam_ce; member