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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dultrastor.c211 #define LCL_DOORBELL_INTR(port) ((port) + 0x1) macro
765 while ((inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1)) && config.aborted[mscp_index] == 0xff)
773 if (inb(LCL_DOORBELL_INTR(config.doorbell_address)) & (config.slot ? 2 : 1))
807 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address));
809 outb(0x1, LCL_DOORBELL_INTR(config.doorbell_address));
915 outb(0x2, LCL_DOORBELL_INTR(config.doorbell_address));
971 outb(0xc0, LCL_DOORBELL_INTR(config.doorbell_address));

Completed in 101 milliseconds