Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ppbus/
Dpps.c172 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach()
184 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach()
240 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
316 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr()
319 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
Dppi.c116 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
128 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
Dppbconf.h43 #define IRQENABLE 0x10 macro
Dif_plip.c394 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
708 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
/freebsd-12-stable/sys/dev/ppc/
Dppc_isa.c172 ctr &= ~IRQENABLE; in ppc_isa_write()
Dppc.c1562 if (ctr & IRQENABLE) { in ppcintr()