Searched refs:RTW_ISR (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c305 PRINTREG16(regs, RTW_ISR);
2142 isr = RTW_READ16(regs, RTW_ISR);
2144 RTW_WRITE16(regs, RTW_ISR, isr);
2145 RTW_WBR(regs, RTW_ISR, RTW_ISR);
2552 RTW_WBW(regs, RTW_IMR, RTW_ISR);
2553 RTW_WRITE16(regs, RTW_ISR, 0xffff);
2554 RTW_SYNC(regs, RTW_IMR, RTW_ISR);
2566 RTW_WBW(regs, RTW_IMR, RTW_ISR);
2567 RTW_WRITE16(regs, RTW_ISR,
[all...]
H A Drtwreg.h105 #define RTW_ISR 0x3e /* Interrupt status register, 16b */ macro

Completed in 62 milliseconds