Home
last modified time | relevance | path

Searched refs:IRQMS (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/eisa/
H A Dahc_eisa.c77 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 Dahc_isa.c155 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 Daic7xxx_reg.h1504 #define IRQMS 0x08 macro
H A Daic7xxx.reg764 field IRQMS 0x08
/openbsd/sys/dev/ic/
H A Daic7xxx.c3852 ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS; in ahc_softc_init()