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

  /src/sys/arch/news68k/news68k/
machdep.c 680 static volatile uint8_t *dip_switch, *int_status; variable
748 dip_switch = (uint8_t *)(0xe1c00100);
841 dip_switch = (uint8_t *)0xe1680000;
940 dipsw = *dip_switch;
machdep.c 680 static volatile uint8_t *dip_switch, *int_status; variable
748 dip_switch = (uint8_t *)(0xe1c00100);
841 dip_switch = (uint8_t *)0xe1680000;
940 dipsw = *dip_switch;

Completed in 26 milliseconds