Home
last modified time | relevance | path

Searched refs:SYS_DEV_SCC1 (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/pmax/tc/
H A Dioasic.c58 { "scc", 0x180000, C(SYS_DEV_SCC1), },
87 { "z8530 ", 0x180000, C(SYS_DEV_SCC1), },
/netbsd/sys/arch/pmax/pmax/
H A Ddec_3maxplus.c262 case SYS_DEV_SCC1: in dec_3maxplus_intr_establish()
303 CHECKINTR(SYS_DEV_SCC1, IOASIC_INTR_SCC_1); in dec_3maxplus_ioasic_intr()
H A Ddec_3min.c263 case SYS_DEV_SCC1: in dec_3min_intr_establish()
386 CHECKINTR(SYS_DEV_SCC1, IOASIC_INTR_SCC_1); in dec_3min_intr()
/netbsd/sys/arch/pmax/include/
H A Dintr.h61 #define SYS_DEV_SCC1 1 macro