Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/include/
H A Dadrsmap.h48 #define INTEN1 0xbfc80001 macro
/original-bsd/sys/news3400/news3400/
H A Dtrap.c1151 register u_int saved_inten1 = *(u_char *)INTEN1;
1153 *(u_char *)INTEN1 = 0; /* disable intr: beep, lance, scc */
1178 *(u_char *)INTEN1 = saved_inten1;
H A Dmachdep.c849 *(char*)INTEN1 = (char) INTEN1_SCC|INTEN1_LANCE|INTEN1_DMA| in initcpu()