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

/freebsd-11.0-release/sys/dev/pccbb/
H A Dpccbb.c256 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
258 exca_putb(&sc->exca[0], EXCA_INTR, reg);
274 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
276 exca_putb(&sc->exca[0], EXCA_INTR, reg);
323 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
718 reg = exca_getb(&sc->exca[0], EXCA_INTR);
719 exca_putb(&sc->exca[0], EXCA_INTR, (reg & 0xf0) | 1);
724 * Restore the damage that cbb_o2micro_power_hack does to EXCA_INTR so
731 exca_putb(&sc->exca[0], EXCA_INTR, reg);
1337 exca_putb(&sc->exca[0], EXCA_INTR,
[all...]
H A Dpccbb_pci.c405 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
646 exca_putb(&sc->exca[0], EXCA_INTR, EXCA_INTR_ENABLE);
686 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
/freebsd-11.0-release/sys/dev/exca/
H A Dexcareg.h172 #define EXCA_INTR 0x03 /* RW */ macro
H A Dexca.c608 exca_putb(sc, EXCA_INTR, EXCA_INTR_ENABLE);
612 exca_setb(sc, EXCA_INTR, EXCA_INTR_RESET);
621 exca_setb(sc, EXCA_INTR, EXCA_INTR_CARDTYPE_IO);

Completed in 111 milliseconds