Searched refs:IRQMS (Results 1 – 7 of 7) sorted by relevance
383 #define IRQMS 0x08 macro
233 (p->pause & IRQMS) ? "(Level Sensitive)" : "(Edge Triggered)"); in aic7xxx_proc_info()
645 bit IRQMS 0x08
628 #define IRQMS 0x08
829 field IRQMS 0x08
4461 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
9710 hcntrl = IRQMS; /* Level */ in aic7xxx_detect()9714 hcntrl = inb(base + HCNTRL) & IRQMS; /* Default */ in aic7xxx_detect()9878 (temp_p->pause & IRQMS) ? "level sensitive" : "edge triggered"); in aic7xxx_detect()