Home
last modified time | relevance | path

Searched refs:IRQ_STATUS (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/arch/arm/mach-gemini/include/mach/
Dentry-macro.S13 #define IRQ_STATUS 0x14 macro
19 ldr \irqstat, =IO_ADDRESS(GEMINI_INTERRUPT_BASE + IRQ_STATUS)
/linux-4.1.27/drivers/irqchip/
Dirq-versatile-fpga.c19 #define IRQ_STATUS 0x00 macro
72 u32 status = readl(f->base + IRQ_STATUS); in fpga_irq_handle()
97 while ((status = readl(f->base + IRQ_STATUS))) { in handle_one_fpga()
/linux-4.1.27/drivers/media/dvb-frontends/
Dlgdt330x_priv.h29 IRQ_STATUS= 0x02, enumerator
/linux-4.1.27/drivers/pci/host/
Dpci-keystone-dw.c45 #define IRQ_STATUS 0x184 macro
53 #define IRQ_STATUS 0x184 macro
242 pending = readl(ks_pcie->va_app_base + IRQ_STATUS + (offset << 4)); in ks_dw_pcie_handle_legacy_irq()
/linux-4.1.27/arch/arm/mach-gemini/
Dirq.c30 #define IRQ_STATUS(base_addr) (base_addr + 0x14) macro
/linux-4.1.27/drivers/net/ethernet/hp/
Dhp100.c830 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ in hp100_hwinit()
930 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
1081 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
1398 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ in hp100_BM_shutdown()
1716 val = hp100_inw(IRQ_STATUS); in hp100_start_xmit()
1719 hp100_outw(HP100_TX_COMPLETE, IRQ_STATUS); in hp100_start_xmit()
2219 val = hp100_inw(IRQ_STATUS); in hp100_interrupt()
2270 hp100_outw(val, IRQ_STATUS); in hp100_interrupt()
2345 hp100_outw(0xffff, IRQ_STATUS); /* ack all IRQs */ in hp100_start_interface()
2363 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_start_interface()
[all …]
/linux-4.1.27/drivers/scsi/
Dnsp32_debug.c258 printk("IrqStatus=0x%x, ", nsp32_read2(base, IRQ_STATUS)); in nsp32_print_register()
Dnsp32.h91 #define IRQ_STATUS 0x00 /* BASE+00, W, R */ macro
Dnsp32.c1073 irq_stat = nsp32_read2(base, IRQ_STATUS); in DEF_SCSI_QCMD()
1178 irq_stat = nsp32_read2(base, IRQ_STATUS); in do_nsp32_isr()
2902 intrdat = nsp32_read2(base, IRQ_STATUS); /* dummy read */ in nsp32_do_bus_reset()
/linux-4.1.27/arch/arm/mach-integrator/
Dhardware.h312 #define IRQ_STATUS 0 macro
/linux-4.1.27/sound/pci/
Dfm801.c514 if (fm801_readw(chip, IRQ_STATUS) & FM801_IRQ_PLAYBACK) { in snd_fm801_playback_pointer()
531 if (fm801_readw(chip, IRQ_STATUS) & FM801_IRQ_CAPTURE) { in snd_fm801_capture_pointer()
545 status = fm801_readw(chip, IRQ_STATUS); in snd_fm801_interrupt()
550 fm801_writew(chip, IRQ_STATUS, status); in snd_fm801_interrupt()
1149 fm801_writew(chip, IRQ_STATUS, in snd_fm801_chip_init()
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c227 __DMA(IRQ_STATUS, irq_status); in bfin_debug_mmrs_dma()