Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c114 static int __initdata stifb_bpp_pref[MAX_STI_ROMS];
1445 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1456 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_init()
1477 for (i = 1; i <= MAX_STI_ROMS; i++) { in stifb_cleanup()
1510 for (i = 0; i < MAX_STI_ROMS; i++) { in stifb_setup()
/openbmc/linux/include/video/
H A Dsticore.h9 #define MAX_STI_ROMS 4 /* max no. of ROMs which this driver handles */ macro
/openbmc/linux/drivers/video/
H A Dsticore.c42 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
913 if (num_sti_roms >= MAX_STI_ROMS) { in sti_try_rom_generic()