| /src/sys/arch/arm/marvell/ |
| mvsoc_intr.h | 65 return intr_establish(irq, ipl, IST_LEVEL_HIGH, func, arg);
|
| mvsoc_intr.c | 105 IST_LEVEL_HIGH, ih_func, arg);
|
| mvsocgpp.c | 183 IPL_HIGH, IST_LEVEL_HIGH, pic_handle_intr, gpio_pic); 317 case IST_LEVEL_HIGH: 338 case IST_LEVEL_HIGH:
|
| orion.c | 120 ih = intr_establish(ORION_IRQ_BRIDGE, IPL_HIGH, IST_LEVEL_HIGH,
|
| kirkwood.c | 158 ih = intr_establish(KIRKWOOD_IRQ_BRIDGE, IPL_HIGH, IST_LEVEL_HIGH,
|
| /src/sys/arch/evbarm/include/ |
| intr.h | 62 #define IST_LEVEL_HIGH 4
|
| /src/sys/arch/hpcarm/include/ |
| intr.h | 59 #define IST_LEVEL_HIGH 4
|
| /src/sys/arch/iyonix/include/ |
| intr.h | 62 #define IST_LEVEL_HIGH 4
|
| /src/sys/arch/zaurus/include/ |
| intr.h | 62 #define IST_LEVEL_HIGH 4
|
| /src/sys/arch/or1k/include/ |
| intr.h | 68 #define IST_LEVEL_HIGH 4
|
| /src/sys/arch/powerpc/include/ |
| intr.h | 62 #define IST_LEVEL_HIGH 5 /* high level triggered */
|
| /src/sys/arch/riscv/include/ |
| intr.h | 67 #define IST_LEVEL_HIGH 4 /* level triggered, active high */
|
| /src/sys/arch/mips/include/ |
| intr.h | 64 #define IST_LEVEL_HIGH 4 /* level triggered, active high */
|
| /src/sys/arch/arm/gemini/ |
| gemini_com.c | 127 intr_establish(obio->obio_intr, IPL_SERIAL, IST_LEVEL_HIGH,
|
| obio_lpchc.c | 75 IST_LEVEL_HIGH, gemini_lpchc_intr, sc);
|
| obio_wdc.c | 148 sc->sc_ih = intr_establish(obio->obio_intr, IPL_BIO, IST_LEVEL_HIGH,
|
| gemini_timer.c | 314 intr_establish(clock_sc->sc_intr, IPL_CLOCK, IST_LEVEL_HIGH, 318 intr_establish(stat_sc->sc_intr, IPL_HIGH, IST_LEVEL_HIGH,
|
| gemini_gpio.c | 192 case IST_LEVEL_HIGH: gpio->gpio_level_hi_mask |= irq_mask; break; 374 IPL_HIGH, IST_LEVEL_HIGH, pic_handle_intr, &gpio->gpio_pic);
|
| gemini_icu.c | 211 case IST_LEVEL_HIGH: sc->sc_level_hi_mask |= irq_mask; break;
|
| gemini_ipi.c | 66 ih = intr_establish(obio->obio_intr, IPL_NET, IST_LEVEL_HIGH,
|
| gemini_lpchc.c | 169 ishigh = ((type == IST_EDGE_RISING) || (type == IST_LEVEL_HIGH));
|
| lpc_com.c | 188 IPL_SERIAL, IST_LEVEL_HIGH, comintr, &sc->sc_com);
|
| /src/sys/arch/powerpc/include/booke/ |
| intr.h | 56 #define IST_LEVEL_HIGH (NIPL+3) /* level-triggered active-high */
|
| /src/sys/arch/powerpc/pic/ |
| pic_mpcsoc.c | 167 type == IST_EDGE_RISING || type == IST_LEVEL_HIGH)
|
| pic_openpic.c | 149 if (type == IST_EDGE_RISING || type == IST_LEVEL_HIGH)
|