/openbsd/sys/arch/alpha/pci/ |
H A D | sio_pic.c | 318 if (type == IST_LEVEL) 414 IST_LEVEL : IST_NONE); 417 IST_LEVEL : IST_NONE); 483 type = IST_LEVEL; 537 IST_LEVEL : IST_NONE; 621 case IST_LEVEL: 674 type = IST_LEVEL; in sio_intr_check() 680 case IST_LEVEL: in sio_intr_check()
|
H A D | pci_550.c | 292 DEC_550_LINE_ISA_IRQ(ih), IST_LEVEL, level, func, arg, 299 cookie = alpha_shared_intr_establish(dec_550_pci_intr, ih, IST_LEVEL,
|
H A D | pci_6600.c | 219 DEC_6600_LINE_ISA_IRQ(ih), IST_LEVEL, level, func, arg, 227 cookie = alpha_shared_intr_establish(dec_6600_pci_intr, ih, IST_LEVEL,
|
/openbsd/sys/arch/i386/pci/ |
H A D | opti82c700.c | 254 *triggerp = val ? IST_LEVEL : IST_EDGE; in opti82c700_get_trigger() 268 *triggerp = IST_LEVEL; in opti82c700_get_trigger() 284 return ((trigger != IST_LEVEL) ? 0 : 1); in opti82c700_set_trigger() 297 if (trigger == IST_LEVEL) in opti82c700_set_trigger() 317 return (trigger == IST_LEVEL ? 0 : 1); in opti82c700_set_trigger()
|
H A D | opti82c558.c | 197 *triggerp = IST_LEVEL; in opti82c558_get_trigger() 213 return ((trigger != IST_LEVEL) ? 0 : 1); in opti82c558_set_trigger() 218 if (trigger == IST_LEVEL) in opti82c558_set_trigger()
|
H A D | amd756.c | 188 *triggerp = IST_LEVEL; in amd756_get_trigger() 210 if (trigger == IST_LEVEL) in amd756_set_trigger()
|
H A D | via82c586.c | 207 pcitrigger = IST_LEVEL; in via82c586_get_trigger() 236 if (trigger == IST_LEVEL) in via82c586_set_trigger()
|
H A D | piix.c | 221 *triggerp = IST_LEVEL; in piix_get_trigger() 242 if (trigger == IST_LEVEL) in piix_set_trigger()
|
H A D | via8231.c | 244 IST_EDGE : IST_LEVEL; in via8231_get_trigger() 274 case IST_LEVEL: in via8231_set_trigger()
|
/openbsd/sys/arch/riscv64/include/ |
H A D | intr.h | 72 #define IST_LEVEL 3 /* level-triggered */ macro 74 #define IST_LEVEL_LOW IST_LEVEL
|
/openbsd/sys/arch/arm64/include/ |
H A D | intr.h | 73 #define IST_LEVEL 3 /* level-triggered */ macro 75 #define IST_LEVEL_LOW IST_LEVEL
|
/openbsd/sys/arch/armv7/include/ |
H A D | intr.h | 72 #define IST_LEVEL 3 /* level-triggered */ macro 74 #define IST_LEVEL_LOW IST_LEVEL
|
/openbsd/sys/arch/sh/dev/ |
H A D | scif.c | 431 intc_intr_establish(SH4_INTEVT_SCIF_ERI, IST_LEVEL, IPL_TTY, in scif_attach() 433 intc_intr_establish(SH4_INTEVT_SCIF_RXI, IST_LEVEL, IPL_TTY, in scif_attach() 435 intc_intr_establish(SH4_INTEVT_SCIF_BRI, IST_LEVEL, IPL_TTY, in scif_attach() 437 intc_intr_establish(SH4_INTEVT_SCIF_TXI, IST_LEVEL, IPL_TTY, in scif_attach() 440 intc_intr_establish(SH7709_INTEVT2_SCIF_ERI, IST_LEVEL, IPL_TTY, in scif_attach() 442 intc_intr_establish(SH7709_INTEVT2_SCIF_RXI, IST_LEVEL, IPL_TTY, in scif_attach() 444 intc_intr_establish(SH7709_INTEVT2_SCIF_BRI, IST_LEVEL, IPL_TTY, in scif_attach() 446 intc_intr_establish(SH7709_INTEVT2_SCIF_TXI, IST_LEVEL, IPL_TTY, in scif_attach()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | macintr.c | 215 mac_intr_establish(parent, 0x14, IST_LEVEL, IPL_HIGH, in macintr_attach() 238 IST_LEVEL, in macintr_collect_preconf_intr() 307 case IST_LEVEL: in macintr_establish()
|
H A D | pgs.c | 82 mac_intr_establish(parent, sc->sc_intr, IST_LEVEL, in pgs_attach()
|
H A D | zs.c | 337 mac_intr_establish(parent, intr[0][0], IST_LEVEL, IPL_TTY, in zs_attach() 339 mac_intr_establish(parent, intr[1][0], IST_LEVEL, IPL_TTY, in zs_attach() 342 mac_intr_establish(parent, intr[0][1], IST_LEVEL, IPL_TTY, in zs_attach() 344 mac_intr_establish(parent, intr[1][1], IST_LEVEL, IPL_TTY, in zs_attach()
|
H A D | xlights.c | 167 type = intr[3] ? IST_LEVEL : IST_EDGE; in xlights_attach() 186 mac_intr_establish(parent, sc->sc_intr, intr[3] ? IST_LEVEL : in xlights_attach()
|
/openbsd/sys/arch/amd64/include/ |
H A D | intrdefs.h | 45 #define IST_LEVEL 3 /* level-triggered */ macro
|
/openbsd/sys/arch/alpha/dev/ |
H A D | shared_intr.c | 60 case IST_LEVEL: 158 case IST_LEVEL:
|
/openbsd/sys/arch/i386/include/ |
H A D | intrdefs.h | 80 #define IST_LEVEL 3 /* level-triggered */ macro
|
/openbsd/sys/arch/sh/include/ |
H A D | intr.h | 45 #define IST_LEVEL 3 /* level-triggered */ macro
|
/openbsd/sys/arch/macppc/pci/ |
H A D | hpb.c | 185 sc->sc_imap[irq].him_ist != IST_LEVEL) in hpb_eoi() 220 if (ist == IST_LEVEL) in hpb_enable_irq()
|
/openbsd/sys/dev/isa/ |
H A D | tcic2_isa.c | 323 ist = IST_LEVEL; in tcic_isa_chip_intr_establish() 327 ist = IST_LEVEL; in tcic_isa_chip_intr_establish()
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | intr.h | 91 #define IST_LEVEL 1 macro
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | intr.c | 149 case IST_LEVEL: in ppc_intr_typename()
|