Searched defs:LCL_DOORBELL_INTR (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dultrastor.c212 #define LCL_DOORBELL_INTR(port) ((port) + 0x1) macro
775 while ((inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) && config.aborted[mscp_index] == 0xff)
783 if (inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1))
817 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address));
819 outb(0x1, LCL_DOORBELL_INTR(config.doorbell_address));
928 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address));
989 outb(0xc0, LCL_DOORBELL_INTR(config.doorbell_address));

Completed in 35 milliseconds