Home
last modified time | relevance | path

Searched refs:LPI_ACKINT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mvme68k/dev/
H A Dlpt_pcc.c157 if (pcc_reg_read(sys_pcc, PCCREG_PRNT_INTR_CTRL) & LPI_ACKINT) { in lpt_pcc_intr()
159 sc->sc_icr | LPI_ACKINT); in lpt_pcc_intr()
172 LPI_ACKINT | LPI_FAULTINT); in lpt_pcc_open()
H A Dlpt_pccreg.h57 #define LPI_ACKINT (1 << 5) macro