Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-dmatest.c34 static unsigned int rw_test = 3; variable
35 module_param(rw_test, uint, 0644);
36 MODULE_PARM_DESC(rw_test, "Read/Write test, 1-read 2-write 3-both(default 3)");
292 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch0()
302 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch1()
305 cycles_count, rw_test & 0x1, (rw_test & 0x2) >> 1); in dma_test_ch1()