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

/freebsd-9.3-release/sys/dev/ppbus/
H A Dpps.c168 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN;
180 i = IRQENABLE | PCD | nINIT | SELECTIN;
234 i = IRQENABLE | PCD | nINIT | SELECTIN;
310 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED);
313 ppb_wctr(sc->ppbus, IRQENABLE);
H A Dppbconf.h41 #define IRQENABLE 0x10 macro
H A Dppi.c114 ppb_wctr(ppbus, r | IRQENABLE);
126 ppb_wctr(ppbus, r & ~IRQENABLE);
H A Dif_plip.c391 ppb_wctr(ppbus, IRQENABLE);
706 ppb_wctr(ppbus, IRQENABLE);
/freebsd-9.3-release/sys/dev/ppc/
H A Dppc_isa.c170 ctr &= ~IRQENABLE;
H A Dppc.c1546 /* don't use ecp mode with IRQENABLE set */
1547 if (ctr & IRQENABLE) {

Completed in 121 milliseconds