Home
last modified time | relevance | path

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

/trueos/sys/dev/ppbus/
HDpps.c168 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach()
180 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach()
234 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
310 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr()
313 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
HDppi.c114 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
126 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
HDppbconf.h41 #define IRQENABLE 0x10 macro
HDif_plip.c391 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
705 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
/trueos/sys/dev/ppc/
HDppc_isa.c170 ctr &= ~IRQENABLE; in ppc_isa_write()
HDppc.c1564 if (ctr & IRQENABLE) { in ppcintr()