Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSinit.c1490 u8 IntPending; in cpqfcTS_intr_handler() local
1496 IntPending = readb(cpqfcHBA->fcChip.Registers.INTPEND.address); in cpqfcTS_intr_handler()
1501 if (IntPending) { in cpqfcTS_intr_handler()
1506 if (IntPending & 0x4) // "INT" - Tach wrote to IMQ in cpqfcTS_intr_handler()
1523 if (IntPending & 0x10) in cpqfcTS_intr_handler()
1525 if (IntPending & 0x8) in cpqfcTS_intr_handler()
1527 if (IntPending & 0x2) in cpqfcTS_intr_handler()
1529 if (IntPending & 0x1) { in cpqfcTS_intr_handler()