Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/dmaengine/
H A Ddmatest.rst7 This small document introduces how to test DMA drivers using dmatest module.
9 The dmatest module tests DMA memcpy, memset, XOR and RAID6 P+Q operations using
15 The dmatest module can be configured to test a specific channel. It can also
35 In the configuration file the option called CONFIG_DMATEST. The dmatest could
38 Part 2 - When dmatest is built as a module
43 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=1
47 % modprobe dmatest
48 % echo 2000 > /sys/module/dmatest/parameters/timeout
49 % echo 1 > /sys/module/dmatest/parameters/iterations
50 % echo dma0chan0 > /sys/module/dmatest/parameters/channel
[all …]
/linux/drivers/dma/
H A Ddmatest.c51 static unsigned int dmatest; variable
52 module_param(dmatest, uint, 0644);
53 MODULE_PARM_DESC(dmatest,
1044 if (dmatest == 0) { in dmatest_add_channel()
1051 if (dmatest == 1) { in dmatest_add_channel()