Searched refs:IRQ_STATUS (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arm/mach-gemini/include/mach/ |
D | entry-macro.S | 13 #define IRQ_STATUS 0x14 macro 19 ldr \irqstat, =IO_ADDRESS(GEMINI_INTERRUPT_BASE + IRQ_STATUS)
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-versatile-fpga.c | 19 #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/ |
D | lgdt330x_priv.h | 29 IRQ_STATUS= 0x02, enumerator
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-keystone-dw.c | 45 #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/ |
D | irq.c | 30 #define IRQ_STATUS(base_addr) (base_addr + 0x14) macro
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | hp100.c | 830 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/ |
D | nsp32_debug.c | 258 printk("IrqStatus=0x%x, ", nsp32_read2(base, IRQ_STATUS)); in nsp32_print_register()
|
D | nsp32.h | 91 #define IRQ_STATUS 0x00 /* BASE+00, W, R */ macro
|
D | nsp32.c | 1073 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/ |
D | hardware.h | 312 #define IRQ_STATUS 0 macro
|
/linux-4.1.27/sound/pci/ |
D | fm801.c | 514 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/ |
D | debug-mmrs.c | 227 __DMA(IRQ_STATUS, irq_status); in bfin_debug_mmrs_dma()
|