HomeSort by: relevance | last modified time | path
    Searched refs:CG2_CMSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/dev/
cgtwo.c 85 #define sc_greenmap(sc) ((sc)->sc_cmap + CG2_CMSIZE)
86 #define sc_bluemap(sc) ((sc)->sc_cmap + 2 * CG2_CMSIZE)
200 3 * CG2_CMSIZE, mod, VME_D16, 0,
301 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE];
309 if (start >= CG2_CMSIZE || count > CG2_CMSIZE - start)
341 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE]
    [all...]
  /src/sys/arch/sparc/include/
cgtworeg.h 49 #define CG2_CMSIZE 256
263 u_short redmap[CG2_CMSIZE]; /* shadow colour maps */
264 u_short greenmap[CG2_CMSIZE];
265 u_short bluemap[CG2_CMSIZE];

Completed in 12 milliseconds