Searched refs:dmatest (Results 1 – 9 of 9) sorted by relevance
7 This small document introduces how to test DMA drivers using dmatest module.25 In the configuration file the option called CONFIG_DMATEST. The dmatest could28 Part 2 - When dmatest is built as a module33 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=137 % modprobe dmatest38 % echo 2000 > /sys/module/dmatest/parameters/timeout39 % echo 1 > /sys/module/dmatest/parameters/iterations40 % echo dma0chan0 > /sys/module/dmatest/parameters/channel41 % echo 1 > /sys/module/dmatest/parameters/run45 dmatest.timeout=2000 dmatest.iterations=1 dmatest.channel=dma0chan0 dmatest.run=1[all …]
33 This book introduces how to test DMA drivers using dmatest module.38 dmatest
252 - At this point, this is incompatible with polling option for dmatest.
352 module_param_cb(dmatest, &pcie_dw_dmatest_ops, &pcie_dw_dmatest, 0644);353 MODULE_PARM_DESC(dmatest, "test rockchip pcie dma module");
24 obj-$(CONFIG_PCIE_DW_DMATEST) += pcie-dw-dmatest.o
48 static unsigned int dmatest; variable49 module_param(dmatest, uint, S_IRUGO | S_IWUSR);50 MODULE_PARM_DESC(dmatest,1028 if (dmatest == 0) { in dmatest_add_channel()1035 if (dmatest == 1) { in dmatest_add_channel()
13 obj-$(CONFIG_DMATEST) += dmatest.o
622 # required by dmatest.ko
651 Pid: 0, comm: swapper Tainted: G W 2.6.28-dmatest-09289-g8bb99c0 #1