Searched refs:IRQCONTROL (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/ |
| H A D | nsp_cs.c | 319 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLMASK); in nsphw_init() 353 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLCLEAR); in nsphw_init() 986 nsp_write(base, IRQCONTROL, IRQCONTROL_IRQDISABLE); in nspintr() 990 nsp_write(base, IRQCONTROL, 0); in nspintr() 1022 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR); in nspintr() 1026 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR | IRQCONTROL_FIFO_CLEAR); in nspintr() 1063 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()
|
| H A D | nsp_cs.h | 39 #define IRQCONTROL 0x00 /* R */ macro
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | es1938.c | 1412 outb(0xf0, SLIO_REG(chip, IRQCONTROL)); in snd_es1938_chip_init() 1444 outb(0x00, SLIO_REG(chip, IRQCONTROL)); /* disable irqs */ in es1938_suspend() 1527 outb(0x00, SLIO_REG(chip, IRQCONTROL)); in snd_es1938_free() 1626 status = inb(SLIO_REG(chip, IRQCONTROL)); in snd_es1938_interrupt()
|