Searched refs:SPLASH_CMAP_OFFSET (Results 1 – 3 of 3) sorted by relevance
165 if (index < SPLASH_CMAP_OFFSET || in splash_get_cmap()166 index >= SPLASH_CMAP_OFFSET + SPLASH_CMAP_SIZE) in splash_get_cmap()169 *r = splash_palette[index - SPLASH_CMAP_OFFSET][0]; in splash_get_cmap()170 *g = splash_palette[index - SPLASH_CMAP_OFFSET][1]; in splash_get_cmap()171 *b = splash_palette[index - SPLASH_CMAP_OFFSET][2]; in splash_get_cmap()274 SPLASH_CMAP_OFFSET; in splash_render8()280 SPLASH_CMAP_OFFSET; in splash_render8()
43 #define SPLASH_CMAP_OFFSET (16 * 3) macro
408 if (i >= SPLASH_CMAP_OFFSET && in genfb_attach()409 i < SPLASH_CMAP_OFFSET + SPLASH_CMAP_SIZE) { in genfb_attach()