Searched refs:IST_LEVEL_HIGH (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoc_intr.h65 return intr_establish(irq, ipl, IST_LEVEL_HIGH, func, arg);
H A Dmvsoc_intr.c105 IST_LEVEL_HIGH, ih_func, arg);
H A Dmvsocgpp.c183 IPL_HIGH, IST_LEVEL_HIGH, pic_handle_intr, gpio_pic);
317 case IST_LEVEL_HIGH:
338 case IST_LEVEL_HIGH:
H A Dorion.c120 ih = intr_establish(ORION_IRQ_BRIDGE, IPL_HIGH, IST_LEVEL_HIGH,
/netbsd-current/sys/arch/iyonix/include/
H A Dintr.h62 #define IST_LEVEL_HIGH 4 macro
/netbsd-current/sys/arch/hpcarm/include/
H A Dintr.h59 #define IST_LEVEL_HIGH 4 macro
/netbsd-current/sys/arch/zaurus/include/
H A Dintr.h62 #define IST_LEVEL_HIGH 4 macro
/netbsd-current/sys/arch/evbarm/include/
H A Dintr.h62 #define IST_LEVEL_HIGH 4 macro
/netbsd-current/sys/arch/or1k/include/
H A Dintr.h68 #define IST_LEVEL_HIGH 4 macro
/netbsd-current/sys/arch/powerpc/include/
H A Dintr.h62 #define IST_LEVEL_HIGH 5 /* high level triggered */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dintr.h67 #define IST_LEVEL_HIGH 4 /* level triggered, active high */ macro
/netbsd-current/sys/arch/mips/include/
H A Dintr.h64 #define IST_LEVEL_HIGH 4 /* level triggered, active high */ macro
/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_com.c127 intr_establish(obio->obio_intr, IPL_SERIAL, IST_LEVEL_HIGH,
H A Dobio_lpchc.c75 IST_LEVEL_HIGH, gemini_lpchc_intr, sc);
H A Dobio_wdc.c148 sc->sc_ih = intr_establish(obio->obio_intr, IPL_BIO, IST_LEVEL_HIGH,
H A Dgemini_timer.c314 intr_establish(clock_sc->sc_intr, IPL_CLOCK, IST_LEVEL_HIGH,
318 intr_establish(stat_sc->sc_intr, IPL_HIGH, IST_LEVEL_HIGH,
H A Dgemini_gpio.c192 case IST_LEVEL_HIGH: gpio->gpio_level_hi_mask |= irq_mask; break;
374 IPL_HIGH, IST_LEVEL_HIGH, pic_handle_intr, &gpio->gpio_pic);
H A Dlpc_com.c188 IPL_SERIAL, IST_LEVEL_HIGH, comintr, &sc->sc_com);
H A Dgemini_lpchc.c169 ishigh = ((type == IST_EDGE_RISING) || (type == IST_LEVEL_HIGH));
H A Dgemini_ipi.c66 ih = intr_establish(obio->obio_intr, IPL_NET, IST_LEVEL_HIGH,
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h56 #define IST_LEVEL_HIGH (NIPL+3) /* level-triggered active-high */ macro
/netbsd-current/sys/arch/powerpc/pic/
H A Dpic_openpic.c149 if (type == IST_EDGE_RISING || type == IST_LEVEL_HIGH)
H A Dpic_mpcsoc.c167 type == IST_EDGE_RISING || type == IST_LEVEL_HIGH)
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dgb225_slhci.c146 IST_LEVEL_HIGH, slhci_opio_intr, sc);
/netbsd-current/sys/arch/arm/nxp/
H A Dimx_gpio.c242 level = IST_LEVEL_HIGH;

Completed in 606 milliseconds

12