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

/linux-4.1.27/drivers/video/fbdev/
H A Dneofb.c90 static bool nopciburst; variable
107 module_param(nopciburst, bool, 0);
108 MODULE_PARM_DESC(nopciburst, "Disable PCI burst mode.");
1956 par->pci_burst = !nopciburst; neo_alloc_fb_info()
2215 else if (!strncmp(this_opt, "nopciburst", 10)) neofb_setup()
2216 nopciburst = 1; neofb_setup()

Completed in 49 milliseconds