Searched refs:IRQSTAT (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/sound/oss/ |
D | waveartist.h | 12 #define IRQSTAT 12 macro
|
D | waveartist.c | 608 inb(devc->hw.io_base + IRQSTAT)); in waveartist_prepare_for_input() 654 printk("WA IRQS reg: 0x%02X.\n",inb(devc->hw.io_base + IRQSTAT)); in waveartist_prepare_for_output() 836 irqstatus = inb(devc->hw.io_base + IRQSTAT); in waveartist_intr()
|
/linux-3.4.99/sound/isa/gus/ |
D | gus_reset.c | 106 inb(GUSP(gus, IRQSTAT)); in snd_gf1_clear_regs() 120 inb(GUSP(gus, IRQSTAT)); in snd_gf1_look_regs()
|
D | gus_main.c | 169 gus->gf1.reg_irqstat = GUSP(gus, IRQSTAT); in snd_gus_create()
|
D | gus_io.c | 509 printk(KERN_INFO " -S- IRQ status = 0x%x\n", inb(GUSP(gus, IRQSTAT)));
|
/linux-3.4.99/sound/pci/ice1712/ |
D | ice1712.c | 433 status = inb(ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 440 outb(ICE1712_IRQ_MPU1, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 444 outb(ICE1712_IRQ_TIMER, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 448 outb(ICE1712_IRQ_MPU2, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 465 outb(ICE1712_IRQ_FM, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 480 outb(ICE1712_IRQ_PBKDS, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 485 outb(ICE1712_IRQ_CONCAP, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 490 outb(ICE1712_IRQ_CONPBK, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt()
|
D | ice1724.c | 426 status = inb(ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt() 432 status = inb(ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt() 462 outb(status, ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt()
|