1
0
Fork 0
alistair23-linux/include/linux/dma
Abhishek Sahu dfebb055f7 dmaengine: qcom: bam_dma: wrapper functions for command descriptor
QCOM BAM also supports command descriptor which allows the SW to
create descriptors of type command which does not generate any
data transmissions but configures registers in the peripheral.
In command descriptor the 32bit address point to the start of
the command block which holds the command elements and the
16bit size define the size of the command block.

Each Command Element is structured by 4 words:
    Write command: address + cmd
                   register data
                   register mask
                   reserved

    Read command: address + cmd
                  read data result address,
                  reserved
                  reserved

This patch creates a new header file for BAM driver which contains the
structures and wrapper functions for command descriptor. This file will
be used by different QCOM peripheral drivers for forming the command
descriptor

Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2017-08-28 16:40:18 +05:30
..
dw.h dmaengine: dw: Remove AVR32 bits from the driver 2017-05-15 17:07:30 +02:00
hsu.h dmaengine: hsu: refactor hsu_dma_do_irq() to return int 2016-09-02 15:05:48 +02:00
ipu-dma.h
mmp-pdma.h
pxa-dma.h dmaengine: pxa: add pxa dmaengine driver 2015-05-26 09:18:29 +05:30
qcom_bam_dma.h dmaengine: qcom: bam_dma: wrapper functions for command descriptor 2017-08-28 16:40:18 +05:30
xilinx_dma.h dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine 2016-05-12 11:58:58 +05:30