Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aacraid/
Dsa.c72 } else if (intstat & DOORBELL_3) { // dev -> Host Normal Command Not Full in aac_sa_intr()
73 sa_writew(dev, DoorbellClrReg_p, DOORBELL_3); in aac_sa_intr()
100 DOORBELL_2 | DOORBELL_3 | DOORBELL_4)); in aac_sa_enable_interrupt()
125 sa_writew(dev, DoorbellReg_s,DOORBELL_3); in aac_sa_notify_adapter()
Daacraid.h702 #define DOORBELL_3 0x0008 macro