Searched refs:IRQMS (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/eisa/ |
H A D | ahc_eisa.c | 77 hcntrl = bus_space_read_1(iot, ioh, HCNTRL) & IRQMS; in ahc_eisa_irq() 219 ahc->pause & IRQMS ? in ahc_eisa_attach() 323 ahc->pause & IRQMS ? IST_LEVEL : IST_EDGE, IPL_BIO, in ahc_eisa_attach()
|
/openbsd/sys/arch/i386/isa/ |
H A D | ahc_isa.c | 155 hcntrl = bus_space_read_1(iot, ioh, HCNTRL) & IRQMS; in ahc_isa_irq() 385 ahc->pause & IRQMS ? "Level Sensitive" : "Edge Triggered"); in ahc_isa_attach() 467 ahc->pause & IRQMS ? IST_LEVEL : IST_EDGE, IPL_BIO, ahc_platform_intr, in ahc_isa_attach()
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx_reg.h | 1504 #define IRQMS 0x08 macro
|
H A D | aic7xxx.reg | 764 field IRQMS 0x08
|
/openbsd/sys/dev/ic/ |
H A D | aic7xxx.c | 3852 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()
|