diff options
author | Pandith N <pandith.n@intel.com> | 2021-10-01 19:38:10 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-10-18 12:14:19 +0530 |
commit | 824351668a413af7d6d88e4ee2c9bee7c60daad2 (patch) | |
tree | 066f04e26911f68849ff4693675a0ec964468b95 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | af229d2c2557b5cf2a3b1eb39847ec1de7446873 (diff) |
dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8
Added support for DMA controller with more than 8 channels.
DMAC register map changes based on number of channels.
Enabling DMAC channel:
DMAC_CHENREG has to be used when number of channels <= 8
DMAC_CHENREG2 has to be used when number of channels > 8
Configuring DMA channel:
CHx_CFG has to be used when number of channels <= 8
CHx_CFG2 has to be used when number of channels > 8
Suspending and resuming channel:
DMAC_CHENREG has to be used when number of channels <= 8 DMAC_CHSUSPREG
has to be used for suspending a channel > 8
Signed-off-by: Pandith N <pandith.n@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211001140812.24977-2-pandith.n@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions