Searched refs:dmatest (Results 1 – 6 of 6) sorted by relevance
7 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 using15 The dmatest module can be configured to test a specific channel. It can also35 In the configuration file the option called CONFIG_DMATEST. The dmatest could38 Part 2 - When dmatest is built as a module43 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=147 % modprobe dmatest48 % echo 2000 > /sys/module/dmatest/parameters/timeout49 % echo 1 > /sys/module/dmatest/parameters/iterations50 % echo dma0chan0 > /sys/module/dmatest/parameters/channel[all …]
33 This book introduces how to test DMA drivers using dmatest module.38 dmatest
271 - At this point, this is incompatible with polling option for dmatest.
47 static unsigned int dmatest; variable48 module_param(dmatest, uint, 0644);49 MODULE_PARM_DESC(dmatest,1030 if (dmatest == 0) { in dmatest_add_channel()1037 if (dmatest == 1) { in dmatest_add_channel()
13 obj-$(CONFIG_DMATEST) += dmatest.o
734 Pid: 0, comm: swapper Tainted: G W 2.6.28-dmatest-09289-g8bb99c0 #1