HomeSort by: relevance | last modified time | path
    Searched refs:bt_cmap (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/dev/sun/
btvar.h 52 union bt_cmap { union
60 int bt_getcmap(struct fbcmap *, union bt_cmap *, int, int);
61 int bt_putcmap(struct fbcmap *, union bt_cmap *, int, int);
62 void bt_initcmap(union bt_cmap *, int);
btreg.h 61 * bt->bt_cmap = R0G0B0R1;
62 * bt->bt_cmap = G1B1R2G2;
73 u_int bt_cmap; /* colormap data register */ member in struct:bt_regs
86 (bt)->bt_cmap = (x); \
88 (bt)->bt_cmap = (x) << 8; \
89 (bt)->bt_cmap = (x) << 16; \
100 (bt)->bt_cmap = 0 << (shift); \
cgthreevar.h 54 union bt_cmap sc_cmap; /* Brooktree color map */
cgsixvar.h 40 union cursor_cmap { /* colormap, like bt_cmap, but tiny */
81 union bt_cmap sc_cmap; /* Brooktree color map */
bt_subr.c 67 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
122 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
177 bt_initcmap(union bt_cmap *cm, int cmsize)
246 bt->bt_cmap = v;
cgsix.c 748 (union bt_cmap *)&cc->cc_color, 2, 1);
772 error = bt_putcmap(&p->cmap, (union bt_cmap *)&tcm, 2,
935 bt->bt_cmap = i;
936 bt->bt_cmap = i << 8;
937 bt->bt_cmap = i << 16;
938 bt->bt_cmap = i << 24;
cgthree.c 358 bt->bt_cmap = *ip++;
  /src/sys/arch/sun3/dev/
btvar.h 52 union bt_cmap { union
60 int bt_getcmap(struct fbcmap *, union bt_cmap *, int);
61 int bt_putcmap(struct fbcmap *, union bt_cmap *, int);
btreg.h 61 * bt->bt_cmap = R0G0B0R1;
62 * bt->bt_cmap = G1B1R2G2;
73 u_int bt_cmap; /* colormap data register */ member in struct:bt_regs
bt_subr.c 65 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize)
90 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize)
cg4.c 601 btcm->btcm_int[i] = bt->bt_cmap;
605 btcm->btcm_char[i] = bt->bt_cmap >> 24;
644 bt->bt_cmap = btcm->btcm_int[i];
648 bt->bt_cmap = 0;
655 bt->bt_cmap = btcm->btcm_char[i] << 24;
659 bt->bt_cmap = 0;
  /src/sys/arch/luna68k/dev/
lunafb.c 63 volatile uint8_t bt_cmap; /* colormap data register */ member in struct:bt454
69 volatile uint8_t bt_cmap; /* colormap data register */ member in struct:bt458
377 odac->bt_cmap = sc->sc_dc->dc_cmap.r[i];
378 odac->bt_cmap = sc->sc_dc->dc_cmap.g[i];
379 odac->bt_cmap = sc->sc_dc->dc_cmap.b[i];
385 ndac->bt_cmap = sc->sc_dc->dc_cmap.r[i];
386 ndac->bt_cmap = sc->sc_dc->dc_cmap.g[i];
387 ndac->bt_cmap = sc->sc_dc->dc_cmap.b[i];
408 odac->bt_cmap = dc->dc_cmap.r[i] = 0;
409 odac->bt_cmap = dc->dc_cmap.g[i] = 0
    [all...]
  /src/sys/arch/sparc/dev/
cgfour.c 132 union bt_cmap sc_cmap; /* Brooktree color map */
305 ((char *)&sc->sc_cmap)[i] = bt->bt_cmap >> 24;
500 bt->bt_cmap = i;
501 bt->bt_cmap = i << 8;
502 bt->bt_cmap = i << 16;
503 bt->bt_cmap = i << 24;
cgeight.c 134 union bt_cmap sc_cmap; /* Brooktree color map */
313 sc->sc_cmap.cm_chip[i] = bt->bt_cmap;
529 bt->bt_cmap = *ip++;
  /src/lib/libc/db/recno/
rec_get.c 245 sp = (uint8_t *)t->bt_cmap;
260 t->bt_cmap = (caddr_t)sp;
282 sp = (uint8_t *)t->bt_cmap;
297 t->bt_cmap = (caddr_t)sp;
rec_open.c 178 t->bt_cmap = t->bt_smap;
  /src/sys/dev/tc/
mfb.c 65 #define bt_cmap 0x4 macro
511 REGWRITE32(vdac, bt_cmap, 0);
512 REGWRITE32(vdac, bt_cmap, cp[1]);
513 REGWRITE32(vdac, bt_cmap, 0);
515 REGWRITE32(vdac, bt_cmap, 0);
516 REGWRITE32(vdac, bt_cmap, cp[1]);
517 REGWRITE32(vdac, bt_cmap, 0);
584 REGWRITE32(vdac, bt_cmap, 0);
585 REGWRITE32(vdac, bt_cmap, 0);
586 REGWRITE32(vdac, bt_cmap, 0)
    [all...]
tfb.c 72 * uint8_t bt_cmap;
99 #define bt_cmap 0xc macro
633 REGWRITE32(vdac, bt_cmap, cm->r[index]);
634 REGWRITE32(vdac, bt_cmap, cm->g[index]);
635 REGWRITE32(vdac, bt_cmap, cm->b[index]);
687 REGWRITE32(vdac, bt_cmap, p[0]);
688 REGWRITE32(vdac, bt_cmap, p[1]);
689 REGWRITE32(vdac, bt_cmap, p[2]);
695 REGWRITE32(vdac, bt_cmap, i);
696 REGWRITE32(vdac, bt_cmap, i)
    [all...]
cfb.c 80 * uint32_t bt_cmap;
88 #define bt_cmap 0xc macro
586 REGWRITE32(vdac, bt_cmap, cm->r[index]);
587 REGWRITE32(vdac, bt_cmap, cm->g[index]);
588 REGWRITE32(vdac, bt_cmap, cm->b[index]);
634 REGWRITE32(vdac, bt_cmap, p[0]);
635 REGWRITE32(vdac, bt_cmap, p[1]);
636 REGWRITE32(vdac, bt_cmap, p[2]);
sfb.c 81 * uint32_t bt_cmap;
89 #define bt_cmap 0xc macro
638 REGWRITE32(vdac, bt_cmap, cm->r[index]);
639 REGWRITE32(vdac, bt_cmap, cm->g[index]);
640 REGWRITE32(vdac, bt_cmap, cm->b[index]);
687 REGWRITE32(vdac, bt_cmap, p[0]);
688 REGWRITE32(vdac, bt_cmap, p[1]);
689 REGWRITE32(vdac, bt_cmap, p[2]);
sfbplus.c 71 #define bt_cmap 3 macro
642 REG(vdac, bt_cmap) = p[0]; tc_wmb();
643 REG(vdac, bt_cmap) = p[1]; tc_wmb();
644 REG(vdac, bt_cmap) = p[2]; tc_wmb();
956 REG(hw, bt_cmap) = cm->r[index]; tc_wmb();
957 REG(hw, bt_cmap) = cm->g[index]; tc_wmb();
958 REG(hw, bt_cmap) = cm->b[index]; tc_wmb();
stic.c 106 * uint32_t bt_cmap;
115 #define bt_cmap 3 macro
1221 REG(vdac, bt_cmap) = DUPBYTE0(cm->r[index]);
1223 REG(vdac, bt_cmap) = DUPBYTE0(cm->g[index]);
1225 REG(vdac, bt_cmap) = DUPBYTE0(cm->b[index]);
  /src/sys/arch/vax/vsa/
spx.c 262 static volatile char *bt_cmap; variable in typeref:typename:volatile char *
422 *bt_cmap = red;
423 *bt_cmap = green;
424 *bt_cmap = blue;
1288 bt_cmap = (char *)virtual_avail;
1290 ioaccess((vaddr_t)bt_cmap, SPX_BT459_CMAP, 1);
1323 bt_cmap = (char *)vax_map_physmem(SPX_BT459_CMAP, 1);
1324 if (bt_cmap == 0) {
1350 bt_cmap = bt_addrl + 0x0c;
1371 bt_cmap = bt_addrl + 0x0c
    [all...]
  /src/lib/libc/db/btree/
btree.h 397 caddr_t bt_cmap; /* R: current point in mapped space */ member in struct:_btree
  /src/sys/dev/sbus/
agten.c 119 union bt_cmap sc_cmap; /* Brooktree color map */

Completed in 27 milliseconds

1 2