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