Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticore.c39 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
303 static char *font_name[MAX_STI_ROMS];
304 static int font_index[MAX_STI_ROMS],
305 font_height[MAX_STI_ROMS],
306 font_width[MAX_STI_ROMS];
316 while (i<MAX_STI_ROMS && str && *str) { in sti_font_setup()
824 if (num_sti_roms >= MAX_STI_ROMS) { in sti_try_rom_generic()
/drivers/video/fbdev/
Dstifb.c113 static int __initdata stifb_bpp_pref[MAX_STI_ROMS];
1336 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1347 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1368 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_cleanup()
1401 for (i = 0; i < MAX_STI_ROMS; i++) { in stifb_setup()
Dsticore.h12 #define MAX_STI_ROMS 4 /* max no. of ROMs which this driver handles */ macro