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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c233 (p->pause & IRQMS) ? "(Level Sensitive)" : "(Edge Triggered)");
H A Daic7xxx_reg.h383 #define IRQMS 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c9641 hcntrl = IRQMS; /* Level */
9645 hcntrl = inb(base + HCNTRL) & IRQMS; /* Default */
9809 (temp_p->pause & IRQMS) ? "level sensitive" : "edge triggered");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4409 /* The IRQMS bit is only valid on VL and EISA chips */
4411 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;

Completed in 70 milliseconds