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

/netbsd-current/sys/arch/amiga/dev/
H A Dzz9k_fb.c139 u_char red[ZZ9K_PALETTE_SIZE];
140 u_char green[ZZ9K_PALETTE_SIZE];
141 u_char blue[ZZ9K_PALETTE_SIZE];
348 for (int index = 0; index < ZZ9K_PALETTE_SIZE; index++) {
365 for (int index = 0; index < ZZ9K_PALETTE_SIZE; index++) {
514 if (color_index >= ZZ9K_PALETTE_SIZE)
669 ((struct wsdisplay_fbinfo *)data)->cmsize = ZZ9K_PALETTE_SIZE;
803 fbi->fbi_subtype.fbi_cmapinfo.cmap_entries = ZZ9K_PALETTE_SIZE;
838 if (index >= ZZ9K_PALETTE_SIZE || index + count > ZZ9K_PALETTE_SIZE)
[all...]
H A Dzz9kreg.h109 #define ZZ9K_PALETTE_SIZE (256) macro

Completed in 81 milliseconds