Home
last modified time | relevance | path

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

/drivers/scsi/
Dultrastor.c211 #define LCL_DOORBELL_INTR(port) ((port) + 0x1) macro
774 …while ((inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) && config.aborte… in ultrastor_queuecommand_lck()
782 if (inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) in ultrastor_queuecommand_lck()
816 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address)); in ultrastor_queuecommand_lck()
818 outb(0x1, LCL_DOORBELL_INTR(config.doorbell_address)); in ultrastor_queuecommand_lck()
927 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address)); in DEF_SCSI_QCMD()
988 outb(0xc0, LCL_DOORBELL_INTR(config.doorbell_address)); in ultrastor_host_reset()