/linux/drivers/net/wireless/ath/wil6210/ |
H A D | Kconfig | 20 bool "Use Clear-On-Read mode for ISR registers for wil6210" 24 ISR registers on wil6210 chip may operate in either 28 For ISR debug, use W1C (say n); is allows to monitor ISR 29 registers with debugfs. If COR were used, ISR would
|
/linux/arch/arc/kernel/ |
H A D | entry-compact.S | 145 ; Level 2 ISR: Can interrupt a Level 1 ISR 152 ; if L2 IRQ interrupted a L1 ISR, disable preemption 156 ; -L2 interrupts L1 (before L1 ISR could run) 180 ; setup params for Linux common ISR and invoke it 223 ; Level 1 ISR 343 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
|
/linux/sound/pci/aw2/ |
H A D | aw2-saa7146.c | 336 isr = READREG(ISR); in snd_aw2_saa7146_interrupt() 340 WRITEREG(isr, ISR); in snd_aw2_saa7146_interrupt()
|
H A D | saa7146.h | 33 #define ISR 0x10C macro
|
/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 174 vx_inl(chip, ISR); in vx2_test_xilinx() 183 vx_inl(chip, ISR); in vx2_test_xilinx() 194 vx_inl(chip, ISR); in vx2_test_xilinx() 203 vx_inl(chip, ISR); in vx2_test_xilinx()
|
/linux/drivers/net/ethernet/realtek/ |
H A D | atp.c | 618 int status = read_nibble(ioaddr, ISR); in atp_interrupt() 624 write_reg(ioaddr, ISR, ISR_RxOK); /* Clear the Rx interrupt. */ in atp_interrupt() 637 write_reg_high(ioaddr, ISR, ISRh_RxErr); in atp_interrupt() 651 write_reg(ioaddr, ISR, ISR_TxErr + ISR_TxOK); in atp_interrupt()
|
/linux/drivers/usb/serial/ |
H A D | io_16654.h | 34 #define ISR 2 // Interrupt Status Register (Read) macro
|
/linux/include/media/drv-intf/ |
H A D | saa7146.h | 55 saa7146_write(x, ISR, (y)); 378 #define ISR 0x10C /* Interrupt status register */ macro
|
/linux/sound/pci/ |
H A D | atiixp_modem.c | 561 atiixp_write(chip, ISR, 0xffffffff); in snd_atiixp_chip_start() 577 atiixp_write(chip, ISR, atiixp_read(chip, ISR)); in snd_atiixp_chip_stop() 1004 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt() 1030 atiixp_write(chip, ISR, status); in snd_atiixp_interrupt()
|
H A D | atiixp.c | 610 atiixp_write(chip, ISR, 0xffffffff); in snd_atiixp_chip_start() 628 atiixp_write(chip, ISR, atiixp_read(chip, ISR)); in snd_atiixp_chip_stop() 1333 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt() 1365 atiixp_write(chip, ISR, status); in snd_atiixp_interrupt()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 1708 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_rx_poll() 1794 queue_writel(queue, ISR, MACB_BIT(TCOMP)); in macb_tx_poll() 1848 status = queue_readl(queue, ISR); in macb_wol_interrupt() 1862 queue_writel(queue, ISR, MACB_BIT(WOL)); in macb_wol_interrupt() 1877 status = queue_readl(queue, ISR); in gem_wol_interrupt() 1891 queue_writel(queue, ISR, GEM_BIT(WOL)); in gem_wol_interrupt() 1907 status = queue_readl(queue, ISR); in macb_interrupt() 1919 queue_writel(queue, ISR, -1); in macb_interrupt() 1936 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_interrupt() 1948 queue_writel(queue, ISR, MACB_BIT(TCOMP) | in macb_interrupt() [all …]
|
/linux/drivers/net/ethernet/ |
H A D | fealnx.c | 167 ISR = 0x34, /* interrupt status */ enumerator 897 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in netdev_open() 1086 "config %8.8x.\n", dev->name, ioread32(ioaddr + ISR), in netdev_timer() 1157 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in enable_rxtx() 1197 dev->name, ioread32(ioaddr + ISR)); in fealnx_tx_timeout() 1441 u32 intr_status = ioread32(ioaddr + ISR); in intr_handler() 1444 iowrite32(intr_status, ioaddr + ISR); in intr_handler() 1596 dev->name, ioread32(ioaddr + ISR)); in intr_handler()
|
/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 985 volatile __le32 ISR; /* 0x24 */ member 1147 #define mac_read_isr(regs) readl(&((regs)->ISR)) 1148 #define mac_write_isr(regs, x) writel((x),&((regs)->ISR)) 1149 #define mac_clear_isr(regs) writel(0xffffffffL,&((regs)->ISR))
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 47 #define ISR 0x020AC macro
|
/linux/sound/drivers/vx/ |
H A D | vx_core.c | 130 err = vx_inb(chip, ISR); in vx_transfer_end() 281 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_msg_nolock() 386 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_rih_nolock()
|
/linux/arch/m68k/68000/ |
H A D | ints.c | 85 unsigned long pend = ISR; in process_int()
|
/linux/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 40 #define ISR(x) (0x40 * (x) + 0x038) macro
|
/linux/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 45 #define ISR 0x08 macro 256 isr = readl_relaxed(ctrl->regs + ISR); in tegra_nand_irq() 287 writel_relaxed(isr, ctrl->regs + ISR); in tegra_nand_irq() 339 isr = readl_relaxed(ctrl->regs + ISR); in tegra_nand_controller_abort() 340 writel_relaxed(isr, ctrl->regs + ISR); in tegra_nand_controller_abort()
|
/linux/drivers/video/fbdev/ |
H A D | i740_reg.h | 232 #define ISR 0x3036 macro
|
/linux/sound/soc/dwc/ |
H A D | local.h | 48 #define ISR(x) (0x40 * x + 0x038) macro
|
/linux/Documentation/networking/device_drivers/can/ctu/ |
H A D | ctucanfd-driver.rst | 176 - Signal TX completion and errors to the network subsystem: ISR 178 - Submit RX frames to the network subsystem: ISR and NAPI 182 in an Interrupt Service Routine (ISR). Handlers for the events 197 It is then re-enabled later in ISR when the device has some space 200 All the device events are handled in ISR, namely: 225 interrupt handling in that it only acknowledges the interrupt in the ISR 229 enabling interrupts, handling an incoming IRQ in ISR, re-enabling the 334 Frame reception is handled in NAPI queue, which is enabled from ISR when
|
/linux/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 322 vx_inb(chip, ISR); in vx_setup_pseudo_dma() 323 vx_outb(chip, ISR, 0); in vx_setup_pseudo_dma()
|
/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_hw.h | 123 ISR = 0x0f8, enumerator
|
/linux/drivers/media/common/saa7146/ |
H A D | saa7146_core.c | 276 ack_isr = isr = saa7146_read(dev, ISR); in interrupt_hw() 322 saa7146_write(dev, ISR, ack_isr); in interrupt_hw()
|
/linux/drivers/irqchip/ |
H A D | irq-xilinx-intc.c | 23 #define ISR 0x00 /* Interrupt Status Register */ macro
|