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

  /src/sys/arch/amiga/dev/
grf_cl.c 185 int cltype = 0; /* Picasso, Spectrum or Piccolo */ variable in typeref:typename:int
193 * the pointers globally until we match on both. This and 'cltype'
273 if (cltype == 0) {
339 cltype = zap->manid;
341 if (cltype != zap->manid) {
347 if ((cltype == PICASSO) && (cl_64bit == 1)) {
462 switch (cltype) {
535 if ((cltype == PICASSO) && (cl_64bit == 1)) { /* PicassoIV */
575 WSeq(ba, SEQ_ID_EXT_SEQ_MODE, (cltype == PICASSO) ? 0x21 : 0x81);
1033 if (cltype == PICASSO)
    [all...]
grf_clreg.h 62 /* 5426 boards types, stored in cltype in grf_cl.c .
266 #define VDAC_ADDRESS_R (((cltype==PICASSO)&&(cl_64bit==0))?0x03c7+0xfff:0x3c7)
268 #define VDAC_DATA (((cltype==PICASSO)&&(cl_64bit==0))?0x03c9+0xfff:0x3c9)

Completed in 12 milliseconds