Searched refs:EXCA_INTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbb.c257 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
259 exca_putb(&sc->exca[0], EXCA_INTR, reg);
275 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
277 exca_putb(&sc->exca[0], EXCA_INTR, reg);
324 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
710 reg = exca_getb(&sc->exca[0], EXCA_INTR);
711 exca_putb(&sc->exca[0], EXCA_INTR, (reg & 0xf0) | 1);
716 * Restore the damage that cbb_o2micro_power_hack does to EXCA_INTR so
723 exca_putb(&sc->exca[0], EXCA_INTR, reg);
1329 exca_putb(&sc->exca[0], EXCA_INTR,
[all...]
H A Dpccbb_pci.c407 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
648 exca_putb(&sc->exca[0], EXCA_INTR, EXCA_INTR_ENABLE);
688 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
/freebsd-12-stable/sys/dev/exca/
H A Dexcareg.h174 #define EXCA_INTR 0x03 /* RW */ macro
H A Dexca.c610 exca_putb(sc, EXCA_INTR, EXCA_INTR_ENABLE);
614 exca_setb(sc, EXCA_INTR, EXCA_INTR_RESET);
623 exca_setb(sc, EXCA_INTR, EXCA_INTR_CARDTYPE_IO);

Completed in 107 milliseconds