HomeSort by: relevance | last modified time | path
    Searched defs:dipsw (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/newsmips/newsmips/
cpu_cons.c 78 volatile int *dipsw; local in function:consinit
90 dipsw = (void *)DIP_SWITCH;
93 if (*dipsw & SW_CONSOLE) {
110 dipsw = (void *)NEWS5000_DIP_SWITCH;
113 if (*dipsw & SW_CONSOLE) {
130 dipsw = 0; /* XXX */
131 (void)dipsw;
  /src/sys/arch/newsmips/dev/
kb_hb.c 108 volatile uint32_t *dipsw = (void *)DIP_SWITCH; local in function:kb_hb_attach
126 if (*dipsw & 7) {
169 volatile uint32_t *dipsw = (void *)DIP_SWITCH; local in function:kb_hb_cnattach
171 if (*dipsw & 7)
fb.c 353 volatile u_int *dipsw = (void *)DIP_SWITCH; local in function:fb_is_console
355 if (*dipsw & 7) /* XXX right? */
  /src/sys/arch/newsmips/apbus/
kb_ap.c 123 volatile uint32_t *dipsw = (void *)NEWS5000_DIP_SWITCH; local in function:kb_ap_attach
132 if (systype == NEWS5000 && *dipsw & 7) {
xafb.c 241 volatile uint32_t *dipsw = (void *)NEWS5000_DIP_SWITCH; local in function:xafb_is_console
243 if (*dipsw & 1) /* XXX right? */
  /src/sys/arch/news68k/news68k/
machdep.c 958 uint8_t dipsw; local in function:consinit
960 dipsw = *dip_switch;
962 dipsw = ~dipsw;
964 switch (dipsw & SW_CONSOLE) {

Completed in 14 milliseconds