Searched refs:irqstat (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/mips/adm5120/
H A Dadm5120_intr.c268 uint32_t irqmask, irqstat; local
275 irqstat = REG_READ(ICU_FIQ_STATUS_REG);
277 irqstat = REG_READ(ICU_STATUS_REG);
282 if (irqmask & irqstat) {
/netbsd-current/sys/arch/mips/alchemy/
H A Dau_icu.c316 uint32_t icu_base, irqstat, irqmask; local
318 icu_base = irqstat = 0;
330 * irqstat = REGVAL(
340 irqstat = REGVAL(icu_base + IC_REQUEST0_INT);
344 irqstat = REGVAL(icu_base + IC_REQUEST1_INT);
348 irqstat = REGVAL(icu_base + IC_REQUEST0_INT);
352 irqstat = REGVAL(icu_base + IC_REQUEST1_INT);
360 if (mask & irqmask & irqstat) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_nfc.c43 bu16 BFIN_MMR_16(irqstat);
109 nfc->irqstat |= RD_RDY;
112 case mmr_offset(irqstat):
144 case mmr_offset(irqstat):
240 nfc->irqstat = 0x0004;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_nfc.c44 bu16 BFIN_MMR_16(irqstat);
110 nfc->irqstat |= RD_RDY;
113 case mmr_offset(irqstat):
145 case mmr_offset(irqstat):
241 nfc->irqstat = 0x0004;
/netbsd-current/sys/dev/pci/
H A Doboe.c529 uint8_t irqstat = INB(sc, OBOE_ISR); local
531 if (!(irqstat & 0xf8))
534 DPRINTF(("oboe_intr stat=0x%x\n", irqstat));
536 OUTB(sc, irqstat, OBOE_ISR);
538 if (irqstat & OBOE_ISR_RXDONE) {
575 if (irqstat & OBOE_ISR_TXDONE) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/
H A Dnouveau_nvkm_engine_sec2_gp102.c208 u32 irqstat = nvkm_falcon_rd32(falcon, 0x008);
210 if ((irqstat & 0x00000008) &&
/netbsd-current/sys/arch/sgimips/hpc/
H A Dpi1ppc.c1468 const uint8_t irqstat)
1472 sc->sc_irqstat &= ~irqstat;
1474 if (!error && (sc->sc_irqstat & irqstat) == 0) {
1475 sc->sc_irqstat &= ~irqstat;
1467 pi1ppc_wait_interrupt(struct pi1ppc_softc * const sc, kcondvar_t *cv, const uint8_t irqstat) argument
/netbsd-current/sys/dev/ic/
H A Datppc.c2349 const u_int8_t irqstat)
2353 atppc->sc_irqstat &= ~irqstat;
2358 if (!(error) && (atppc->sc_irqstat & irqstat)) {
2359 atppc->sc_irqstat &= ~irqstat;
2348 atppc_wait_interrupt(struct atppc_softc * const atppc, kcondvar_t *cv, const u_int8_t irqstat) argument

Completed in 303 milliseconds