Searched refs:intr_status (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/dwc2/
H A Ddwc2var.h46 usbd_status intr_status; member in struct:dwc2_xfer
H A Ddwc2.c349 KASSERT(dxfer->intr_status != USBD_CANCELLED);
350 KASSERT(dxfer->intr_status != USBD_TIMEOUT);
360 KASSERT(dxfer->intr_status != USBD_CANCELLED);
361 KASSERT(dxfer->intr_status != USBD_TIMEOUT);
364 dxfer->xfer.ux_status = dxfer->intr_status;
1452 dxfer->intr_status = USBD_NORMAL_COMPLETION;
1455 dxfer->intr_status = USBD_STALLED;
1458 dxfer->intr_status = USBD_INVAL;
1461 dxfer->intr_status = USBD_IOERROR;
1464 dxfer->intr_status
[all...]
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2440_sdi.c80 uint32_t intr_status; /* Set by the interrupt handler */ member in struct:sssdi_softc
209 sc->intr_status = 0;
753 sc->intr_status |= SDI_CMD_TIMEOUT;
758 sc->intr_status |= SDI_CMD_SENT;
763 sc->intr_status |= SDI_RESP_FIN;
773 sc->intr_status |= SDI_FIFO_RX_FULL;
778 sc->intr_status |= SDI_FIFO_RX_LAST;
783 sc->intr_status |= SDI_FIFO_TX_EMPTY;
793 sc->intr_status |= SDI_DATA_FIN;
799 sc->intr_status |
[all...]
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_gpio.c1354 u_int32_t *intr_status; local
1358 intr_status = &sc->sc_intr_status00_31;
1361 intr_status = &sc->sc_intr_status32_63;
1364 intr_status = &sc->sc_intr_status64_95;
1369 intr_status = &sc->sc_intr_status00_23;
1372 intr_status = &sc->sc_intr_status24_39;
1375 intr_status = &sc->sc_intr_status40_51;
1378 intr_status = &sc->sc_intr_status72_95;
1382 if (*intr_status & (1 << (debounce_pin[i] - offset))) {
1389 __func__, *intr_status, pi
[all...]
/netbsd-current/sys/dev/ic/
H A Dathnvar.h419 int (*intr_status)(struct athn_softc *); member in struct:athn_ops
H A Dbwi.c716 uint32_t intr_status; local
728 intr_status = CSR_READ_4(sc, BWI_MAC_INTR_STATUS);
729 if (intr_status == 0xffffffff) /* Not for us */
732 intr_status &= CSR_READ_4(sc, BWI_MAC_INTR_MASK);
733 if (intr_status == 0) /* Nothing is interesting */
736 DPRINTF(sc, BWI_DBG_INTR, "intr status 0x%08x\n", intr_status);
765 CSR_WRITE_4(sc, BWI_MAC_INTR_STATUS, intr_status);
771 if (intr_status & BWI_INTR_PHY_TXERR) {
787 if (intr_status & BWI_INTR_TBTT)
790 if (intr_status
2048 uint32_t intr_status; local
[all...]
H A Dathn.c559 if (!sc->sc_ops.intr_status(sc))
H A Darn5008.c179 ops->intr_status = ar5008_intr_status;
H A Darn9003.c197 ops->intr_status = ar9003_intr_status;
/netbsd-current/sys/dev/sdmmc/
H A Dsdhc.c77 uint16_t intr_status; /* soft interrupt status */ member in struct:sdhc_host
2294 status = hp->intr_status & mask;
2301 status = hp->intr_status & mask;
2308 hp->intr_status &= ~status;
2469 hp->intr_status |= status;
/netbsd-current/sys/dev/pci/
H A Dif_age.c512 status = le32toh(cmb->intr_status);
522 cmb->intr_status = 0;
555 status = le32toh(cmb->intr_status);
H A Dif_agereg.h542 uint32_t intr_status; member in struct:cmb

Completed in 406 milliseconds