Searched refs:nopciburst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | neofb.c | 84 static bool nopciburst; variable 101 module_param(nopciburst, bool, 0); 102 MODULE_PARM_DESC(nopciburst, "Disable PCI burst mode."); 1944 par->pci_burst = !nopciburst; in neo_alloc_fb_info() 2196 else if (!strncmp(this_opt, "nopciburst", 10)) in neofb_setup() 2197 nopciburst = 1; in neofb_setup()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | neofb.c | 85 static bool nopciburst; variable 102 module_param(nopciburst, bool, 0); 103 MODULE_PARM_DESC(nopciburst, "Disable PCI burst mode."); 1941 par->pci_burst = !nopciburst; in neo_alloc_fb_info() 2188 else if (!strncmp(this_opt, "nopciburst", 10)) in neofb_setup() 2189 nopciburst = 1; in neofb_setup()
|
Completed in 5 milliseconds