Searched refs:IRQCONTROL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 320 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLMASK); in nsphw_init() 354 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLCLEAR); in nsphw_init() 987 nsp_write(base, IRQCONTROL, IRQCONTROL_IRQDISABLE); in nspintr() 991 nsp_write(base, IRQCONTROL, 0); in nspintr() 1023 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR); in nspintr() 1027 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR | IRQCONTROL_FIFO_CLEAR); in nspintr() 1064 nsp_write(base, IRQCONTROL, IRQCONTROL_RESELECT_CLEAR); in nspintr() 1463 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLMASK); in nsp_bus_reset() 1474 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLCLEAR); in nsp_bus_reset()
|
D | nsp_cs.h | 39 #define IRQCONTROL 0x00 /* R */ macro
|
/Linux-v4.19/sound/pci/ |
D | es1938.c | 1452 outb(0xf0, SLIO_REG(chip, IRQCONTROL)); in snd_es1938_chip_init() 1484 outb(0x00, SLIO_REG(chip, IRQCONTROL)); /* disable irqs */ in es1938_suspend() 1564 outb(0x00, SLIO_REG(chip, IRQCONTROL)); in snd_es1938_free() 1661 status = inb(SLIO_REG(chip, IRQCONTROL)); in snd_es1938_interrupt()
|