Searched refs:isr2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_interrupts.c64 uint32_t isr2; local
65 isr2 = OS_REG_READ(ah, AR_ISR_S2);
66 if (isr2 & AR_ISR_S2_TIM)
68 if (isr2 & AR_ISR_S2_DTIM)
70 if (isr2 & AR_ISR_S2_DTIMSYNC)
72 if (isr2 & AR_ISR_S2_CABEND)
74 if (isr2 & AR_ISR_S2_TBTT)
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_interrupts.c88 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); local
89 if (isr2 & AR_ISR_S2_TIM)
91 if (isr2 & AR_ISR_S2_DTIM)
93 if (isr2 & AR_ISR_S2_DTIMSYNC)
95 if (isr2 & (AR_ISR_S2_CABEND ))
97 if (isr2 & AR_ISR_S2_GTT)
99 if (isr2 & AR_ISR_S2_CST)
101 if (isr2 & AR_ISR_S2_TSFOOR)
/netbsd-current/sys/arch/evbmips/loongson/
H A Dyeeloong_machdep.c493 uint isr1, isr2; local
497 isr2 = REGVAL8(BONITO_PCIIO_BASE + IO_ICU2);
499 return ((isr2 << 8) | isr1);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_sic.c54 bu32 isr0, isr1, isr2; member in struct:bfin_sic::__anon2367::__anon2370
367 bfin_sic_forward_interrupts (me, &sic->bf54x.isr2, &sic->bf54x.imask2, &sic->bf54x.iar8);
414 case mmr_offset(bf54x.isr0) ... mmr_offset(bf54x.isr2):
456 case mmr_offset(bf54x.isr0) ... mmr_offset(bf54x.isr2):
960 sic->bf54x.isr0 = sic->bf54x.isr1 = sic->bf54x.isr2 = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_sic.c55 bu32 isr0, isr1, isr2; member in struct:bfin_sic::__anon1811::__anon1814
368 bfin_sic_forward_interrupts (me, &sic->bf54x.isr2, &sic->bf54x.imask2, &sic->bf54x.iar8);
415 case mmr_offset(bf54x.isr0) ... mmr_offset(bf54x.isr2):
457 case mmr_offset(bf54x.isr0) ... mmr_offset(bf54x.isr2):
961 sic->bf54x.isr0 = sic->bf54x.isr1 = sic->bf54x.isr2 = 0;
/netbsd-current/sys/dev/ic/
H A Dhd64570.c1175 u_int8_t isr0, isr1, isr2; local
1188 isr2 = sca_read_1(sc, SCA_ISR2);
1190 if (isr0 == 0 && isr1 == 0 && isr2 == 0)
1194 ("isr0 = %02x, isr1 = %02x, isr2 = %02x\n",
1195 isr0, isr1, isr2));
1219 if (isr2)
1220 ret += sca_timer_intr(sc, isr2);
/netbsd-current/sys/dev/pci/
H A Dif_iwm.c7020 uint32_t isr2; /* isr status register LMPM_NIC_ISR2: member in struct:iwm_error_event_table
7168 aprint_error_dev(sc->sc_dev, "%08X | isr2\n", t.isr2);

Completed in 191 milliseconds