Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mac68k/include/
Dpsc.h85 #define PSC_LEV3_IER 0x134 /* level 3 interrupt enable register */ macro
/netbsd/src/sys/arch/mac68k/obio/
Dif_mc_obio.c218 psc_reg1(PSC_LEV3_IER) = 0x80 | (1 << PSCINTR_ENET); in mc_obio_attach()
224 psc_reg1(PSC_LEV3_IER) = (1 << PSCINTR_ENET); in mc_obio_attach()
/netbsd/src/sys/arch/mac68k/mac68k/
Dpsc.c163 intbits &= 0x1 & psc_reg1(PSC_LEV3_IER); in psc_lev3_intr()