Searched refs:intmask (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp549 uint32_t intmask = fRegisters->interrupt_status; local
553 if ((intmask == 0) || (intmask == 0xffffffff)) {
557 TRACE("interrupt function called %x\n", intmask);
560 if ((intmask & SDHCI_INT_CARD_REM) != 0) {
572 if ((intmask & SDHCI_INT_CARD_INS) != 0) {
587 if (intmask & SDHCI_INT_CMD_MASK) {
588 fCommandResult = intmask;
590 fRegisters->interrupt_status |= (intmask & SDHCI_INT_CMD_MASK);
597 if (intmask
624 uint32_t intmask = bus->fRegisters->interrupt_status; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcivar.h69 uint32_t intmask, irstat, itstat; member in struct:fwohci_softc
H A Dfwohci.cpp577 sc->intmask = (OHCI_INT_ERR | OHCI_INT_PHY_SID
581 sc->intmask |= OHCI_INT_DMA_IR | OHCI_INT_DMA_IT;
582 sc->intmask |= OHCI_INT_CYC_LOST | OHCI_INT_PHY_INT;
584 OWRITE(sc, FWOHCI_INTMASK, sc->intmask);
758 sc->intmask = sc->irstat = sc->itstat = 0;
2111 stat &= sc->intmask;
2162 sc->intmask |= OHCI_INT_EN;
2165 sc->intmask &= ~OHCI_INT_EN;

Completed in 96 milliseconds