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

  /src/sys/arch/sun3/dev/
btreg.h 74 u_int bt_ctrl; /* control register */ member in struct:bt_regs
cg4.c 588 bt->bt_ctrl = ~0; /* all planes on */
590 bt->bt_ctrl = 0; /* all planes non-blinking */
592 bt->bt_ctrl = 0x43434343; /* palette enabled, overlay planes enabled */
594 bt->bt_ctrl = 0; /* not test mode */
  /src/sys/dev/sun/
btreg.h 74 u_int bt_ctrl; /* control register */ member in struct:bt_regs
79 (bt)->bt_ctrl = 0x73 << (shift); /* overlay plane */ \
81 (bt)->bt_ctrl = 0xff << (shift); /* color planes */ \
95 (bt)->bt_ctrl = 0x70 << (shift); /* overlay plane */ \
97 (bt)->bt_ctrl = 0x00 << (shift); /* color planes */ \
cgsix.c 877 bt->bt_ctrl |= 0x03 << 24;
  /src/sys/arch/luna68k/dev/
lunafb.c 71 volatile uint8_t bt_ctrl; /* control register */ member in struct:bt458
437 ndac->bt_ctrl = 0xff; /* all planes will be read */
439 ndac->bt_ctrl = 0x00; /* all planes have non-blink */
441 ndac->bt_ctrl = 0x40; /* palette enabled, ovly plane disabled */
443 ndac->bt_ctrl = 0x00; /* no test mode */

Completed in 15 milliseconds