Home
last modified time | relevance | path

Searched refs:IRQENABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dpps.c167 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach()
179 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach()
235 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
311 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr()
314 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
H A Dppi.c113 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
125 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
H A Dppbconf.h41 #define IRQENABLE 0x10 macro
H A Dif_plip.c384 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
694 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
/freebsd/sys/dev/ppc/
H A Dppc_isa.c168 ctr &= ~IRQENABLE; in ppc_isa_write()
H A Dppc.c1555 if (ctr & IRQENABLE) { in ppcintr()