Searched refs:use_prefetch (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/nand/
H A Domap2.c101 static int use_prefetch = 1; variable
103 /* "modprobe ... use_prefetch=0" etc */
104 module_param(use_prefetch, bool, 0);
105 MODULE_PARM_DESC(use_prefetch, "enable/disable use of PREFETCH");
117 const int use_prefetch; variable
845 if (use_prefetch) {
955 if ((1 == use_dma) && (0 == use_prefetch)) {
957 "without use_prefetch'. Prefetch will not be"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Domap2.c101 static int use_prefetch = 1; variable
103 /* "modprobe ... use_prefetch=0" etc */
104 module_param(use_prefetch, bool, 0);
105 MODULE_PARM_DESC(use_prefetch, "enable/disable use of PREFETCH");
117 const int use_prefetch; variable
845 if (use_prefetch) {
955 if ((1 == use_dma) && (0 == use_prefetch)) {
957 "without use_prefetch'. Prefetch will not be"

Completed in 122 milliseconds