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

/freebsd-10-stable/sys/dev/pccbb/
H A Dpccbb.c260 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
262 exca_putb(&sc->exca[0], EXCA_INTR, reg);
278 reg = (exca_getb(&sc->exca[0], EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
280 exca_putb(&sc->exca[0], EXCA_INTR, reg);
327 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
722 reg = exca_getb(&sc->exca[0], EXCA_INTR);
723 exca_putb(&sc->exca[0], EXCA_INTR, (reg & 0xf0) | 1);
728 * Restore the damage that cbb_o2micro_power_hack does to EXCA_INTR so
735 exca_putb(&sc->exca[0], EXCA_INTR, reg);
1310 exca_putb(&sc->exca[0], EXCA_INTR,
[all...]
H A Dpccbb_pci.c431 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
644 exca_putb(&sc->exca[0], EXCA_INTR, EXCA_INTR_ENABLE);
684 exca_clrb(&sc->exca[0], EXCA_INTR, EXCA_INTR_RESET);
/freebsd-10-stable/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 162 milliseconds