Home
last modified time | relevance | path

Searched refs:ISR (Results 1 – 25 of 37) sorted by relevance

12

/drivers/staging/bcm/
DDebug.h99 #define ISR OTHERS macro
100 #define MP_DPC (ISR<<0)
/drivers/net/ethernet/realtek/
Datp.c618 int status = read_nibble(ioaddr, ISR); in atp_interrupt()
623 write_reg(ioaddr, ISR, ISR_RxOK); /* Clear the Rx interrupt. */ in atp_interrupt()
636 write_reg_high(ioaddr, ISR, ISRh_RxErr); in atp_interrupt()
649 write_reg(ioaddr, ISR, ISR_TxErr + ISR_TxOK); in atp_interrupt()
Datp.h40 ISR = 10, IMR = 11, /* Interrupt status and mask. */ enumerator
/drivers/rtc/
Drtc-at32ap700x.c101 alrm->pending = rtc_readl(rtc, ISR) & RTC_BIT(ISR_TOPI) ? 1 : 0; in at32_rtc_readalarm()
168 unsigned long isr = rtc_readl(rtc, ISR); in at32_rtc_interrupt()
/drivers/net/ethernet/
Dfealnx.c174 ISR = 0x34, /* interrupt status */ enumerator
908 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in netdev_open()
1100 "config %8.8x.\n", dev->name, ioread32(ioaddr + ISR), in netdev_timer()
1171 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in enable_rxtx()
1211 dev->name, ioread32(ioaddr + ISR)); in fealnx_tx_timeout()
1450 u32 intr_status = ioread32(ioaddr + ISR); in intr_handler()
1453 iowrite32(intr_status, ioaddr + ISR); in intr_handler()
1603 dev->name, ioread32(ioaddr + ISR)); in intr_handler()
/drivers/usb/serial/
Dio_16654.h37 #define ISR 2 // Interrupt Status Register (Read) macro
/drivers/net/ethernet/via/
Dvia-velocity.h995 volatile __le32 ISR; /* 0x24 */ member
1157 #define mac_read_isr(regs) readl(&((regs)->ISR))
1158 #define mac_write_isr(regs, x) writel((x),&((regs)->ISR))
1159 #define mac_clear_isr(regs) writel(0xffffffffL,&((regs)->ISR))
/drivers/net/irda/
Dw83977af_ir.h59 #define ISR 0x02 /* Interrupt status register */ macro
/drivers/video/i810/
Di810_regs.h47 #define ISR 0x020AC macro
/drivers/video/
Di740_reg.h232 #define ISR 0x3036 macro
/drivers/media/common/
Dsaa7146_core.c303 ack_isr = isr = saa7146_read(dev, ISR); in interrupt_hw()
349 saa7146_write(dev, ISR, ack_isr); in interrupt_hw()
/drivers/staging/rtl8187se/
Dr8180_hw.h187 #define ISR 0x003C macro
/drivers/atm/
Dfirestream.h295 #define ISR 0x64 macro
Dfirestream.c1568 status = read_fs (dev, ISR); in fs_irq()
1710 isr = read_fs (dev, ISR); in fs_init()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_hw.h243 ISR = 0x0f8, enumerator
Dr8192E_dev.c2235 tmp = read_nic_dword(dev, ISR); in rtl8192_ClearInterrupt()
2236 write_nic_dword(dev, ISR, tmp); in rtl8192_ClearInterrupt()
2263 *p_inta = read_nic_dword(dev, ISR); in rtl8192_interrupt_recognized()
2264 write_nic_dword(dev, ISR, *p_inta); in rtl8192_interrupt_recognized()
/drivers/net/ethernet/cadence/
Dmacb.c542 status = macb_readl(bp, ISR); in macb_interrupt()
598 status = macb_readl(bp, ISR); in macb_interrupt()
793 macb_readl(bp, ISR); in macb_reset_hw()
/drivers/staging/tidspbridge/Documentation/
Derror-codes39 - Unable to plug channel ISR for configured IRQ.
/drivers/net/wireless/rtlwifi/rtl8192se/
Dhw.c1522 *p_inta = rtl_read_dword(rtlpriv, ISR) & rtlpci->irq_mask[0]; in rtl92se_interrupt_recognized()
1523 rtl_write_dword(rtlpriv, ISR, *p_inta); in rtl92se_interrupt_recognized()
1525 *p_intb = rtl_read_dword(rtlpriv, ISR + 4) & rtlpci->irq_mask[1]; in rtl92se_interrupt_recognized()
1526 rtl_write_dword(rtlpriv, ISR + 4, *p_intb); in rtl92se_interrupt_recognized()
/drivers/gpu/drm/gma500/
Dpsb_intel_reg.h745 #define ISR 0x020ac macro
/drivers/net/wireless/ipw2x00/
DKconfig149 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/drivers/char/pcmcia/
Dsynclink_cs.c281 #define ISR 0x3a macro
1181 isr = read_reg16(info, CHB + ISR); in mgslpc_isr()
1189 isr = read_reg16(info, CHA + ISR); in mgslpc_isr()
3242 read_reg16(info, CHA + ISR); /* clear pending IRQs */ in hdlc_mode()
3560 read_reg16(info, CHA + ISR); /* clear pending IRQs */ in async_mode()
/drivers/net/ethernet/natsemi/
Dns83820.c327 #define ISR 0x10 macro
1411 isr = readl(dev->base + ISR);
1582 isr = readl(dev->base + ISR);
/drivers/gpu/drm/i915/
Dintel_overlay.c486 if (I915_READ(ISR) & I915_OVERLAY_PLANE_FLIP_PENDING_INTERRUPT) { in intel_overlay_release_old_vid()
1549 error->isr = I915_READ(ISR); in intel_overlay_capture_error_state()
/drivers/tty/serial/
Dsc26xx.c223 isr = READ_SC(&up->port[0], ISR); in sc26xx_interrupt()

12