Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c445 /* TRUE if there is a "video=fslfb" command-line parameter. */
446 static bool fslfb; variable
449 * Search for a "video=fslfb" command-line parameter, and set 'fslfb' to
460 fslfb = (strncmp(options, "fslfb:", 6) == 0); in early_video_setup()
482 * Disable the NOR and NAND flash nodes if there is video=fslfb... in p1022_ds_setup_arch()
487 if (fslfb) { in p1022_ds_setup_arch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c446 /* TRUE if there is a "video=fslfb" command-line parameter. */
447 static bool fslfb; variable
450 * Search for a "video=fslfb" command-line parameter, and set 'fslfb' to
461 fslfb = (strncmp(options, "fslfb:", 6) == 0); in early_video_setup()
483 * Disable the NOR and NAND flash nodes if there is video=fslfb... in p1022_ds_setup_arch()
488 if (fslfb) { in p1022_ds_setup_arch()

Completed in 3 milliseconds