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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 48 milliseconds