Home
last modified time | relevance | path

Searched refs:MAX_STI_ROMS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c40 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
304 static char *font_name[MAX_STI_ROMS];
305 static int font_index[MAX_STI_ROMS],
306 font_height[MAX_STI_ROMS],
307 font_width[MAX_STI_ROMS];
317 while (i<MAX_STI_ROMS && str && *str) { in sti_font_setup()
825 if (num_sti_roms >= MAX_STI_ROMS) { in sti_try_rom_generic()
/Linux-v5.4/drivers/video/fbdev/
Dstifb.c114 static int __initdata stifb_bpp_pref[MAX_STI_ROMS];
1375 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1386 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1407 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_cleanup()
1440 for (i = 0; i < MAX_STI_ROMS; i++) { in stifb_setup()
Dsticore.h13 #define MAX_STI_ROMS 4 /* max no. of ROMs which this driver handles */ macro