Searched refs:IRQSTAT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/irqchip/ |
H A D | irq-bcm7120-l2.c | 30 #define IRQSTAT 0x04 macro 163 data->stat_offset[0] = IRQSTAT; in bcm7120_l2_intc_iomap_7120()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_reset.c | 89 inb(GUSP(gus, IRQSTAT)); in snd_gf1_clear_regs() 103 inb(GUSP(gus, IRQSTAT)); in snd_gf1_look_regs()
|
H A D | gus_main.c | 154 gus->gf1.reg_irqstat = GUSP(gus, IRQSTAT); in snd_gus_create()
|
H A D | gus_io.c | 494 printk(KERN_INFO " -S- IRQ status = 0x%x\n", inb(GUSP(gus, IRQSTAT)));
|
/openbmc/u-boot/include/ |
H A D | fsl_esdhc.h | 44 #define IRQSTAT 0x0002e030 macro
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 412 status = inb(ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 419 outb(ICE1712_IRQ_MPU1, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 423 outb(ICE1712_IRQ_TIMER, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 427 outb(ICE1712_IRQ_MPU2, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 444 outb(ICE1712_IRQ_FM, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 459 outb(ICE1712_IRQ_PBKDS, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 464 outb(ICE1712_IRQ_CONCAP, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt() 469 outb(ICE1712_IRQ_CONPBK, ICEREG(ice, IRQSTAT)); in snd_ice1712_interrupt()
|
H A D | ice1724.c | 393 status = inb(ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt() 399 status = inb(ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt() 429 outb(status, ICEREG1724(ice, IRQSTAT)); in snd_vt1724_interrupt()
|