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

/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb.c254 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
256 exca_putb(&sc->exca, EXCA_INTR, reg);
272 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) |
276 exca_putb(&sc->exca, EXCA_INTR, reg);
323 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET);
708 reg = exca_getb(&sc->exca, EXCA_INTR);
709 exca_putb(&sc->exca, EXCA_INTR, (reg & 0xf0) | 1);
714 * Restore the damage that cbb_o2micro_power_hack does to EXCA_INTR so
721 exca_putb(&sc->exca, EXCA_INTR, reg);
1325 exca_putb(&sc->exca, EXCA_INTR,
[all...]
H A Dpccbb_pci.c399 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET);
640 exca_putb(&sc->exca, EXCA_INTR, EXCA_INTR_ENABLE);
680 exca_clrb(&sc->exca, EXCA_INTR, EXCA_INTR_RESET);
/freebsd-13-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 179 milliseconds