Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-gemini/include/mach/
Dentry-macro.S13 #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/
Dentry-macro.S27 ldr \irqstat, [\base, #IRQ_STATUS] @ get masked status
30 ldreq \irqstat, [\base, #(INTEGRATOR_HDR_IC_OFFSET+IRQ_STATUS)]
Dplatform.h345 #define IRQ_STATUS 0 macro
/linux-2.6.39/arch/arm/plat-versatile/
Dfpga-irq.c10 #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/
Dlgdt330x_priv.h29 IRQ_STATUS= 0x02, enumerator
/linux-2.6.39/arch/arm/mach-gemini/
Dirq.c27 #define IRQ_STATUS(base_addr) (base_addr + 0x14) macro
/linux-2.6.39/drivers/net/
Dhp100.c827 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/
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.c1074 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/
Dfm801.c500 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()