HomeSort by: relevance | last modified time | path
    Searched refs:IRQENABLE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
pi1ppcreg.h 45 #define IRQENABLE 0x10
pi1ppc.c 1181 if (!(ctr & IRQENABLE)) {
1182 ctr |= IRQENABLE;
1259 if (!(ctr & IRQENABLE)) {
1260 ctr |= IRQENABLE;
1378 if (!(ctr & IRQENABLE)) {
1379 ctr |= IRQENABLE;
  /src/sys/dev/ppbus/
pps_ppbus.c 133 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN);
179 ppbus_wctr(ppbus, IRQENABLE | AUTOFEED);
182 ppbus_wctr(ppbus, IRQENABLE);
if_plip.c 405 ppbus_wctr(ppbus, IRQENABLE);
560 ppbus_wctr(ppbus, ~IRQENABLE);
666 ppbus_wctr(ppbus, ~IRQENABLE);
673 ppbus_wctr(ppbus, IRQENABLE);
746 ppbus_wctr(ppbus, ~IRQENABLE);
806 ppbus_wctr(ppbus, ~IRQENABLE);
815 ppbus_wctr(ppbus, ~IRQENABLE);
906 ppbus_wctr(ppbus, IRQENABLE);
919 ppbus_wctr(ppbus, ~IRQENABLE);
ppbus_base.h 44 #define IRQENABLE 0x10
  /src/sys/dev/ic/
atppc.c 499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD);
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD);
1623 if (!(ctr & IRQENABLE)) {
1624 ctr |= IRQENABLE;
1697 if (!(ctr & IRQENABLE)) {
1698 ctr |= IRQENABLE;
1966 if (!(ctr & IRQENABLE)) {
1967 ctr |= IRQENABLE;
2067 ctr &= ~(IRQENABLE | STROBE | AUTOFEED);
atppcreg.h 79 #define IRQENABLE 0x10

Completed in 15 milliseconds