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

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/hpc/
H A Dpi1ppcreg.h45 #define IRQENABLE 0x10 macro
H A Dpi1ppc.c1181 if (!(ctr & IRQENABLE)) {
1182 ctr |= IRQENABLE;
1259 if (!(ctr & IRQENABLE)) {
1260 ctr |= IRQENABLE;
1378 if (!(ctr & IRQENABLE)) {
1379 ctr |= IRQENABLE;
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dpps_ppbus.c123 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN);
169 ppbus_wctr(ppbus, IRQENABLE | AUTOFEED);
172 ppbus_wctr(ppbus, IRQENABLE);
H A Dppbus_base.h44 #define IRQENABLE 0x10 macro
H A Dif_plip.c407 ppbus_wctr(ppbus, IRQENABLE);
562 ppbus_wctr(ppbus, ~IRQENABLE);
665 ppbus_wctr(ppbus, ~IRQENABLE);
672 ppbus_wctr(ppbus, IRQENABLE);
747 ppbus_wctr(ppbus, ~IRQENABLE);
807 ppbus_wctr(ppbus, ~IRQENABLE);
816 ppbus_wctr(ppbus, ~IRQENABLE);
907 ppbus_wctr(ppbus, IRQENABLE);
920 ppbus_wctr(ppbus, ~IRQENABLE);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Datppc.c499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD);
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD);
1628 if (!(ctr & IRQENABLE)) {
1629 ctr |= IRQENABLE;
1702 if (!(ctr & IRQENABLE)) {
1703 ctr |= IRQENABLE;
1972 if (!(ctr & IRQENABLE)) {
1973 ctr |= IRQENABLE;
2074 ctr &= ~(IRQENABLE | STROBE | AUTOFEED);
H A Datppcreg.h79 #define IRQENABLE 0x10 macro

Completed in 83 milliseconds