Home
last modified time | relevance | path

Searched refs:DP_WRITE (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/news3400/include/
H A Dadrsmap.h122 #define DP_WRITE 0xf0 macro
/original-bsd/sys/news3400/if/
H A Dif_lance.c44 *p = DP_WRITE | (*p & ~DP_LED2); \
48 *p = DP_WRITE | (*p | DP_LED2); \
/original-bsd/sys/news3400/news3400/
H A Dmachdep.c829 *(char*)DEBUG_PORT = (char)DP_WRITE|DP_LED0|DP_LED1|DP_LED2|DP_LED3; in initcpu()