Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/dma/
Dqcom_bam_dma.h55 bam_prep_ce_le32(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce_le32() argument
58 bam_ce->cmd_and_addr = in bam_prep_ce_le32()
60 bam_ce->data = data; in bam_prep_ce_le32()
61 bam_ce->mask = cpu_to_le32(0xffffffff); in bam_prep_ce_le32()
74 bam_prep_ce(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce() argument
77 bam_prep_ce_le32(bam_ce, addr, cmd, cpu_to_le32(data)); in bam_prep_ce()