Searched refs:IRQSTAT (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-of-esdhc.c | 93 * Enable IRQSTATEN[BGESEN] is just to set IRQSTAT[BGE] esdhc_writel() 147 * error(IRQSTAT[ADMAE]) if both Transfer Complete(IRQSTAT[TC]) 148 * and Block Gap Event(IRQSTAT[BGE]) are also set.
|
/linux-4.1.27/sound/oss/ |
H A D | waveartist.h | 12 #define IRQSTAT 12 macro
|
H A D | waveartist.c | 617 inb(devc->hw.io_base + IRQSTAT)); waveartist_prepare_for_input() 665 printk("WA IRQS reg: 0x%02X.\n",inb(devc->hw.io_base + IRQSTAT)); waveartist_prepare_for_output() 855 irqstatus = inb(devc->hw.io_base + IRQSTAT); waveartist_intr()
|
/linux-4.1.27/drivers/irqchip/ |
H A D | irq-bcm7120-l2.c | 35 #define IRQSTAT 0x04 macro 153 data->stat_offset[0] = IRQSTAT; bcm7120_l2_intc_iomap_7120()
|
/linux-4.1.27/sound/isa/gus/ |
H A D | gus_reset.c | 106 inb(GUSP(gus, IRQSTAT)); snd_gf1_clear_regs() 120 inb(GUSP(gus, IRQSTAT)); snd_gf1_look_regs()
|
H A D | gus_io.c | 509 printk(KERN_INFO " -S- IRQ status = 0x%x\n", inb(GUSP(gus, IRQSTAT)));
|
H A D | gus_main.c | 169 gus->gf1.reg_irqstat = GUSP(gus, IRQSTAT); snd_gus_create()
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | ice1712.c | 432 status = inb(ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 439 outb(ICE1712_IRQ_MPU1, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 443 outb(ICE1712_IRQ_TIMER, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 447 outb(ICE1712_IRQ_MPU2, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 464 outb(ICE1712_IRQ_FM, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 479 outb(ICE1712_IRQ_PBKDS, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 484 outb(ICE1712_IRQ_CONCAP, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt() 489 outb(ICE1712_IRQ_CONPBK, ICEREG(ice, IRQSTAT)); snd_ice1712_interrupt()
|
H A D | ice1724.c | 426 status = inb(ICEREG1724(ice, IRQSTAT)); snd_vt1724_interrupt() 432 status = inb(ICEREG1724(ice, IRQSTAT)); snd_vt1724_interrupt() 462 outb(status, ICEREG1724(ice, IRQSTAT)); snd_vt1724_interrupt()
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
H A D | mcam-core.h | 291 #define REG_IRQMASK 0x2c /* IRQ mask - same bits as IRQSTAT */
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-mxs.c | 305 /* clear address has to be used to clear IRQSTAT bits */ mxs_gpio_probe()
|
Completed in 343 milliseconds