Home
last modified time | relevance | path

Searched refs:IRQ_CONTROL_ALL_IRQ_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dnsp32.c667 nsp32_write2(base, IRQ_CONTROL, IRQ_CONTROL_ALL_IRQ_MASK); in nsp32_selection_autoscsi()
1132 nsp32_write2(base, IRQ_CONTROL, IRQ_CONTROL_ALL_IRQ_MASK); in nsp32hw_init()
1251 nsp32_write2(base, IRQ_CONTROL, IRQ_CONTROL_ALL_IRQ_MASK); in do_nsp32_isr()
3008 nsp32_write2(base, IRQ_CONTROL, IRQ_CONTROL_ALL_IRQ_MASK); in nsp32_eh_bus_reset()
3067 nsp32_write2(base, IRQ_CONTROL, IRQ_CONTROL_ALL_IRQ_MASK); in nsp32_eh_host_reset()
Dnsp32.h120 # define IRQ_CONTROL_ALL_IRQ_MASK (PCI_IRQ_MASK | \ macro