Searched refs:isr (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c454 uint_t isr; local
463 * On UniSys Model 6520, the BIOS leaves vector 0x20 isr
467 * a check is made to verify all the isr bits are clear.
471 isr = apic_reg_ops->apic_read(APIC_ISR_REG + (i * 4));
472 if (isr != 0)
473 for (j = 0; ((j < 32) && (isr != 0)); j++)
474 if (isr & (1 << j)) {
477 isr &= ~(1 << j);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1546 uint32_t isr; local
1553 isr = INL(dp, ISR);
1558 if (((isr | isr_bogus) & lp->our_intr_bits) == 0) {
1564 CONS "%s: time:%ld %s:called: isr:0x%b rx_active_head: %d",
1566 isr, INTR_BITS, dp->rx_active_head));
1574 isr &= lp->our_intr_bits;
1576 if (isr & (ISR_RXSOVR | ISR_RXORN | ISR_RXIDLE | ISR_RXERR |
1580 if (isr & (ISR_RXSOVR | ISR_RXORN)) {
1582 CONS "%s: rx fifo overrun: isr %b",
1583 dp->name, isr, INTR_BIT
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c658 u32 isr = readl(ns->base + ISR); local
659 if(ISR_PHY & isr)
661 if(( ISR_RXIDLE | ISR_RXDESC | ISR_RXERR) & isr)
727 u32 isr = readl(ns->base + ISR); local
728 if (ISR_TXIDLE & isr)
H A Dsis900.h24 isr=0x10, /* Interrupt Status Register */ enumerator in enum:sis900_registers
H A Dsis900.c639 status ^= (inl(isr + ioaddr) & status);
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c56 (ddi_get32(cpqary3p->isr_handle, (uint32_t *)cpqary3p->isr)))
81 (uint32_t *)cpqary3p->isr))) {
107 (uint32_t *)cpqary3p->isr))) {
H A Dcpqary3.h353 uint32_t *isr; member in struct:cpqary3_per_controller
H A Dcpqary3.c948 (caddr_t *)&cpqary3p->isr, (offset_t)I2O_INT_STATUS, map_len,
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1906 static void rtw_ring_recycling(rtw_softc_t *rsc, uint16_t isr, uint32_t pri);
2694 rtw_ring_recycling(rtw_softc_t *rsc, uint16_t isr, uint32_t pri) argument
2742 "TX err @%d, o %d, retry[%d], isr[0x%x], cnt %d\n",
2744 (hstat & RTW_TXSTAT_DRC_MASK), isr, cnt);
2788 uint16_t isr = 0; local
2791 isr = RTW_READ16(regs, RTW_ISR);
2792 RTW_WRITE16(regs, RTW_ISR, isr);
2794 if (isr == 0) {
2801 if ((isr & flag) != 0) { \
2806 if ((rtw_dbg_flags & RTW_DEBUG_INTR) != 0 && isr !
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c561 uint_t isr; local
574 * On UniSys Model 6520, the BIOS leaves vector 0x20 isr
578 * a check is made to verify all the isr bits are clear.
582 isr = apic_reg_ops->apic_read(APIC_ISR_REG + (i * 4));
583 if (isr != 0)
584 for (j = 0; ((j < 32) && (isr != 0)); j++)
585 if (isr & (1 << j)) {
588 isr &= ~(1 << j);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c3045 uint32_t isr = 0; local
3056 isr = REG_READ(ah, AR_ISR);
3065 if (!isr && !sync_cause)
3069 isr = REG_READ(ah, AR_ISR);
3072 if (isr) {
3073 if (isr & AR_ISR_BCNMISC) {
3090 isr = REG_READ(ah, AR_ISR_RAC);
3091 if (isr == 0xffffffff) {
3096 *masked = isr & ATH9K_INT_COMMON;
3099 if (isr
[all...]

Completed in 100 milliseconds