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

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c64 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); local
65 if (isr2 & AR_ISR_S2_TIM)
67 if (isr2 & AR_ISR_S2_DTIM)
69 if (isr2 & AR_ISR_S2_DTIMSYNC)
71 if (isr2 & AR_ISR_S2_CABEND)
73 if (isr2 & AR_ISR_S2_TBTT)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c98 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); local
99 if (isr2 & AR_ISR_S2_TIM)
101 if (isr2 & AR_ISR_S2_DTIM)
103 if (isr2 & AR_ISR_S2_DTIMSYNC)
105 if (isr2 & (AR_ISR_S2_CABEND ))
107 if (isr2 & AR_ISR_S2_GTT)
109 if (isr2 & AR_ISR_S2_CST)
111 if (isr2 & AR_ISR_S2_TSFOOR)
/freebsd-9.3-release/sys/dev/ieee488/
H A Dtnt4882.h34 isr2 = 0x04, enumerator in enum:tnt4882reg
H A Dupd7210.c64 upd7210_print_isr(u_int isr1, u_int isr2) argument
66 printf("isr1=0x%b isr2=0x%b",
68 isr2, "\20\10INT\7SRQI\6LOK\5REM\4CO\3LOKC\2REMC\1ADSC");
110 upd7210_rd(u, DIR), isr1, isr2);
117 upd7210_print_isr(isr1, isr2);
H A Dupd7210.h228 void upd7210_print_isr(u_int isr1, u_int isr2);
H A Dtnt4882.c105 {RD, isr2, 0x00},
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h136 unsigned char isr2; /* ro */ member in struct:sca_regs
/freebsd-9.3-release/sys/x86/include/
H A Dapicreg.h146 u_int32_t isr2; PAD3; member in struct:LAPIC
/freebsd-9.3-release/sys/dev/mn/
H A Dif_mn.c132 u_int8_t isr0, isr1, isr2, isr3, fill6c, fill6d, gis, vstr; member in struct:f54rreg
1007 u |= sc->f54r->isr2 << 8;

Completed in 71 milliseconds