Searched refs:IRQ_STATUS (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/arm/mach-gemini/include/mach/ |
D | entry-macro.S | 13 #define IRQ_STATUS 0x14 macro 25 ldr \irqstat, =IO_ADDRESS(GEMINI_INTERRUPT_BASE + IRQ_STATUS)
|
/linux-2.6.39/arch/arm/mach-integrator/include/mach/ |
D | entry-macro.S | 27 ldr \irqstat, [\base, #IRQ_STATUS] @ get masked status 30 ldreq \irqstat, [\base, #(INTEGRATOR_HDR_IC_OFFSET+IRQ_STATUS)]
|
D | platform.h | 345 #define IRQ_STATUS 0 macro
|
/linux-2.6.39/arch/arm/plat-versatile/ |
D | fpga-irq.c | 10 #define IRQ_STATUS 0x00 macro 34 u32 status = readl(f->base + IRQ_STATUS); in fpga_irq_handle()
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | lgdt330x_priv.h | 29 IRQ_STATUS= 0x02, enumerator
|
/linux-2.6.39/arch/arm/mach-gemini/ |
D | irq.c | 27 #define IRQ_STATUS(base_addr) (base_addr + 0x14) macro
|
/linux-2.6.39/drivers/net/ |
D | hp100.c | 827 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ in hp100_hwinit() 927 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit() 1078 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit() 1396 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ in hp100_BM_shutdown() 1714 val = hp100_inw(IRQ_STATUS); in hp100_start_xmit() 1717 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-2.6.39/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 | 1074 irq_stat = nsp32_read2(base, IRQ_STATUS); in DEF_SCSI_QCMD() 1179 irq_stat = nsp32_read2(base, IRQ_STATUS); in do_nsp32_isr() 2933 intrdat = nsp32_read2(base, IRQ_STATUS); /* dummy read */ in nsp32_do_bus_reset()
|
/linux-2.6.39/sound/pci/ |
D | fm801.c | 500 if (inw(FM801_REG(chip, IRQ_STATUS)) & FM801_IRQ_PLAYBACK) { in snd_fm801_playback_pointer() 517 if (inw(FM801_REG(chip, IRQ_STATUS)) & FM801_IRQ_CAPTURE) { in snd_fm801_capture_pointer() 531 status = inw(FM801_REG(chip, IRQ_STATUS)); in snd_fm801_interrupt() 536 outw(status, FM801_REG(chip, IRQ_STATUS)); in snd_fm801_interrupt() 1355 outw(FM801_IRQ_PLAYBACK|FM801_IRQ_CAPTURE|FM801_IRQ_MPU, FM801_REG(chip, IRQ_STATUS)); in snd_fm801_chip_init()
|