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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dxilinxfb.c82 #define PALETTE_ENTRIES_NO 16 /* passed to fb_alloc_cmap() */ macro
138 u32 pseudo_palette[PALETTE_ENTRIES_NO];
166 if (regno >= PALETTE_ENTRIES_NO)
308 rc = fb_alloc_cmap(&drvdata->info.cmap, PALETTE_ENTRIES_NO, 0);
311 PALETTE_ENTRIES_NO);

Completed in 97 milliseconds