/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
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-6.6.21/arch/arc/kernel/ |
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-6.6.21/sound/pci/aw2/ |
D | aw2-saa7146.c | 336 isr = READREG(ISR); in snd_aw2_saa7146_interrupt() 340 WRITEREG(isr, ISR); in snd_aw2_saa7146_interrupt()
|
D | saa7146.h | 33 #define ISR 0x10C macro
|
/linux-6.6.21/sound/pci/vx222/ |
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-6.6.21/drivers/net/ethernet/realtek/ |
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-6.6.21/drivers/usb/serial/ |
D | io_16654.h | 34 #define ISR 2 // Interrupt Status Register (Read) macro
|
/linux-6.6.21/include/media/drv-intf/ |
D | saa7146.h | 55 saa7146_write(x, ISR, (y)); 378 #define ISR 0x10C /* Interrupt status register */ macro
|
/linux-6.6.21/Documentation/devicetree/bindings/perf/ |
D | amlogic,g12-ddr-pmu.yaml | 15 The bandwidth is counted in the timer ISR. Different platform
|
/linux-6.6.21/sound/pci/ |
D | atiixp_modem.c | 563 atiixp_write(chip, ISR, 0xffffffff); in snd_atiixp_chip_start() 579 atiixp_write(chip, ISR, atiixp_read(chip, ISR)); in snd_atiixp_chip_stop() 1006 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt() 1032 atiixp_write(chip, ISR, status); in snd_atiixp_interrupt()
|
D | atiixp.c | 612 atiixp_write(chip, ISR, 0xffffffff); in snd_atiixp_chip_start() 630 atiixp_write(chip, ISR, atiixp_read(chip, ISR)); in snd_atiixp_chip_stop() 1335 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt() 1367 atiixp_write(chip, ISR, status); in snd_atiixp_interrupt()
|
/linux-6.6.21/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1700 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_rx_poll() 1786 queue_writel(queue, ISR, MACB_BIT(TCOMP)); in macb_tx_poll() 1840 status = queue_readl(queue, ISR); in macb_wol_interrupt() 1854 queue_writel(queue, ISR, MACB_BIT(WOL)); in macb_wol_interrupt() 1869 status = queue_readl(queue, ISR); in gem_wol_interrupt() 1883 queue_writel(queue, ISR, GEM_BIT(WOL)); in gem_wol_interrupt() 1899 status = queue_readl(queue, ISR); in macb_interrupt() 1911 queue_writel(queue, ISR, -1); in macb_interrupt() 1928 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_interrupt() 1940 queue_writel(queue, ISR, MACB_BIT(TCOMP) | in macb_interrupt() [all …]
|
/linux-6.6.21/drivers/video/fbdev/i810/ |
D | i810_regs.h | 47 #define ISR 0x020AC macro
|
/linux-6.6.21/drivers/net/ethernet/via/ |
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-6.6.21/drivers/net/ethernet/ |
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-6.6.21/sound/drivers/vx/ |
D | vx_core.c | 128 err = vx_inb(chip, ISR); in vx_transfer_end() 287 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_msg_nolock() 390 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_rih_nolock()
|
/linux-6.6.21/arch/m68k/68000/ |
D | ints.c | 82 unsigned long pend = ISR; in process_int()
|
/linux-6.6.21/sound/soc/intel/keembay/ |
D | kmb_platform.h | 40 #define ISR(x) (0x40 * (x) + 0x038) macro
|
/linux-6.6.21/drivers/video/fbdev/ |
D | i740_reg.h | 232 #define ISR 0x3036 macro
|
/linux-6.6.21/sound/soc/dwc/ |
D | local.h | 48 #define ISR(x) (0x40 * x + 0x038) macro
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
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-6.6.21/Documentation/networking/device_drivers/can/ctu/ |
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-6.6.21/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_hw.h | 123 ISR = 0x0f8, enumerator
|
/linux-6.6.21/sound/pcmcia/vx/ |
D | vxp_ops.c | 320 vx_inb(chip, ISR); in vx_setup_pseudo_dma() 321 vx_outb(chip, ISR, 0); in vx_setup_pseudo_dma()
|
/linux-6.6.21/drivers/media/common/saa7146/ |
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()
|