Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_94xx.h160 MVS_IRQ_SAS_B = (1 << 19), enumerator
H A Dmv_94xx.c598 tmp |= (MVS_IRQ_SAS_A | MVS_IRQ_SAS_B); in mvs_94xx_interrupt_enable()
614 tmp &= ~(MVS_IRQ_SAS_A | MVS_IRQ_SAS_B); in mvs_94xx_interrupt_disable()
630 if (!(stat & (MVS_IRQ_SAS_A | MVS_IRQ_SAS_B))) in mvs_94xx_isr_status()
641 ((stat & MVS_IRQ_SAS_B) && mvi->id == 1)) { in mvs_94xx_isr()