Home
last modified time | relevance | path

Searched refs:MAX_PALETTES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/mbx/
Dmbxfb.c51 #define MAX_PALETTES 16 macro
75 u32 pseudo_palette[MAX_PALETTES];
170 if (regno < MAX_PALETTES) { in mbxfb_setcolreg()
/linux-4.4.14/drivers/video/fbdev/
Dw100fb.c60 #define MAX_PALETTES 16 macro
214 if (regno < MAX_PALETTES) { in w100fb_setcolreg()
696 info->pseudo_palette = kmalloc(sizeof (u32) * MAX_PALETTES, GFP_KERNEL); in w100fb_probe()