/drivers/staging/bcm/ |
D | Debug.h | 99 #define ISR OTHERS macro 100 #define MP_DPC (ISR<<0)
|
/drivers/net/ethernet/realtek/ |
D | atp.c | 618 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()
|
D | atp.h | 40 ISR = 10, IMR = 11, /* Interrupt status and mask. */ enumerator
|
/drivers/rtc/ |
D | rtc-at32ap700x.c | 101 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/ |
D | fealnx.c | 174 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/ |
D | io_16654.h | 37 #define ISR 2 // Interrupt Status Register (Read) macro
|
/drivers/net/ethernet/via/ |
D | via-velocity.h | 995 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/ |
D | w83977af_ir.h | 59 #define ISR 0x02 /* Interrupt status register */ macro
|
/drivers/video/i810/ |
D | i810_regs.h | 47 #define ISR 0x020AC macro
|
/drivers/video/ |
D | i740_reg.h | 232 #define ISR 0x3036 macro
|
/drivers/media/common/ |
D | saa7146_core.c | 303 ack_isr = isr = saa7146_read(dev, ISR); in interrupt_hw() 349 saa7146_write(dev, ISR, ack_isr); in interrupt_hw()
|
/drivers/staging/rtl8187se/ |
D | r8180_hw.h | 187 #define ISR 0x003C macro
|
/drivers/atm/ |
D | firestream.h | 295 #define ISR 0x64 macro
|
D | firestream.c | 1568 status = read_fs (dev, ISR); in fs_irq() 1710 isr = read_fs (dev, ISR); in fs_init()
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_hw.h | 243 ISR = 0x0f8, enumerator
|
D | r8192E_dev.c | 2235 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/ |
D | macb.c | 542 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/ |
D | error-codes | 39 - Unable to plug channel ISR for configured IRQ.
|
/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | hw.c | 1522 *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/ |
D | psb_intel_reg.h | 745 #define ISR 0x020ac macro
|
/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 149 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 281 #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/ |
D | ns83820.c | 327 #define ISR 0x10 macro 1411 isr = readl(dev->base + ISR); 1582 isr = readl(dev->base + ISR);
|
/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 486 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/ |
D | sc26xx.c | 223 isr = READ_SC(&up->port[0], ISR); in sc26xx_interrupt()
|