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

/linux-master/drivers/video/fbdev/
H A Dneofb.c85 static bool nopciburst; variable
102 module_param(nopciburst, bool, 0);
103 MODULE_PARM_DESC(nopciburst, "Disable PCI burst mode.");
1943 par->pci_burst = !nopciburst;
2190 else if (!strncmp(this_opt, "nopciburst", 10))
2191 nopciburst = 1;

Completed in 117 milliseconds