Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A DKconfig20 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
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dentry-compact.S145 ; 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
358 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dax88180.c565 OUTW (dev, INW (dev, ISR), ISR); in ax88180_init()
580 ISR_Status = INW (dev, ISR); in ax88180_recv()
584 OUTW (dev, ISR_Status, ISR); in ax88180_recv()
600 ISR_Status = INW (dev, ISR); in ax88180_recv()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Den_IL110 country_post "ISR"
112 country_ab3 "ISR"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Den_IL110 country_post "ISR"
112 country_ab3 "ISR"
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dxilinx_irq.h12 #define ISR (intc + (0 * 4)) /* Interrupt Status Register */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c1012 queue_writel(queue, ISR, MACB_BIT(TCOMP)); in macb_tx_interrupt()
1462 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_poll()
1479 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_poll()
1537 queue_writel(queue, ISR, MACB_BIT(TXUBR)); in macb_tx_restart()
1558 status = queue_readl(queue, ISR); in macb_wol_interrupt()
1572 queue_writel(queue, ISR, MACB_BIT(WOL)); in macb_wol_interrupt()
1587 status = queue_readl(queue, ISR); in gem_wol_interrupt()
1601 queue_writel(queue, ISR, GEM_BIT(WOL)); in gem_wol_interrupt()
1617 status = queue_readl(queue, ISR); in macb_interrupt()
1629 queue_writel(queue, ISR, -1); in macb_interrupt()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Di8259.h15 #define ISR 0x0 /* In-Service Register */ macro
/OK3568_Linux_fs/kernel/sound/pci/aw2/
H A Daw2-saa7146.c336 isr = READREG(ISR); in snd_aw2_saa7146_interrupt()
340 WRITEREG(isr, ISR); in snd_aw2_saa7146_interrupt()
H A Dsaa7146.h33 #define ISR 0x10C macro
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222_ops.c174 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Datp.c616 int status = read_nibble(ioaddr, ISR); in atp_interrupt()
622 write_reg(ioaddr, ISR, ISR_RxOK); /* Clear the Rx interrupt. */ in atp_interrupt()
635 write_reg_high(ioaddr, ISR, ISRh_RxErr); in atp_interrupt()
649 write_reg(ioaddr, ISR, ISR_TxErr + ISR_TxOK); in atp_interrupt()
/OK3568_Linux_fs/kernel/sound/pci/
H A Datiixp_modem.c564 atiixp_write(chip, ISR, 0xffffffff); in snd_atiixp_chip_start()
580 atiixp_write(chip, ISR, atiixp_read(chip, ISR)); in snd_atiixp_chip_stop()
1007 status = atiixp_read(chip, ISR); in snd_atiixp_interrupt()
1033 atiixp_write(chip, ISR, status); in snd_atiixp_interrupt()
/OK3568_Linux_fs/kernel/include/media/drv-intf/
H A Dsaa7146.h55 saa7146_write(x, ISR, (y));
378 #define ISR 0x10C /* Interrupt status register */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Dfealnx.c167 ISR = 0x34, /* interrupt status */ enumerator
895 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in netdev_open()
1084 "config %8.8x.\n", dev->name, ioread32(ioaddr + ISR), in netdev_timer()
1155 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR); in enable_rxtx()
1195 dev->name, ioread32(ioaddr + ISR)); in fealnx_tx_timeout()
1439 u32 intr_status = ioread32(ioaddr + ISR); in intr_handler()
1442 iowrite32(intr_status, ioaddr + ISR); in intr_handler()
1594 dev->name, ioread32(ioaddr + ISR)); in intr_handler()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_16654.h34 #define ISR 2 // Interrupt Status Register (Read) macro
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_core.c125 if ((err = vx_inb(chip, ISR)) & ISR_ERR) { in vx_transfer_end()
278 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_msg_nolock()
374 if (vx_inb(chip, ISR) & ISR_ERR) { in vx_send_rih_nolock()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/via/
H A Dvia-velocity.h986 volatile __le32 ISR; /* 0x24 */ member
1148 #define mac_read_isr(regs) readl(&((regs)->ISR))
1149 #define mac_write_isr(regs, x) writel((x),&((regs)->ISR))
1150 #define mac_clear_isr(regs) writel(0xffffffffL,&((regs)->ISR))
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dtegra_nand.c42 #define ISR 0x08 macro
253 isr = readl_relaxed(ctrl->regs + ISR); in tegra_nand_irq()
284 writel_relaxed(isr, ctrl->regs + ISR); in tegra_nand_irq()
336 isr = readl_relaxed(ctrl->regs + ISR); in tegra_nand_controller_abort()
337 writel_relaxed(isr, ctrl->regs + ISR); in tegra_nand_controller_abort()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_regs.h47 #define ISR 0x020AC macro
/OK3568_Linux_fs/kernel/sound/soc/intel/keembay/
H A Dkmb_platform.h39 #define ISR(x) (0x40 * (x) + 0x038) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmpcispi.h135 uint32 ISR; /* 0x1F0 32 R/W Interrupt Status register */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmpcispi.h135 uint32 ISR; /* 0x1F0 32 R/W Interrupt Status register */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmpcispi.h156 uint32 ISR; /* 0x1F0 32 R/W Interrupt Status register */ member
/OK3568_Linux_fs/kernel/arch/m68k/68000/
H A Dints.c82 unsigned long pend = ISR; in process_int()

1234