Searched refs:IST_EDGE_FALLING (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/zaurus/include/
H A Dintr.h63 #define IST_EDGE_FALLING IST_EDGE macro
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/include/
H A Dintr.h60 #define IST_EDGE_FALLING IST_EDGE macro
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/include/
H A Dintr.h63 #define IST_EDGE_FALLING IST_EDGE macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/include/
H A Dintr.h63 #define IST_EDGE_FALLING IST_EDGE macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dintr.h57 #define IST_EDGE_FALLING IST_EDGE macro
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dif_smsh_gxio.c124 gxa->gxa_gpirq, IST_EDGE_FALLING, IPL_NET, lan9118_intr, sc);
H A Dgxpcic.c263 return pxa2x0_gpio_intr_establish(so->irqpin, IST_EDGE_FALLING,
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Dpic_mpcsoc.c171 if (type == IST_EDGE_FALLING || type == IST_EDGE_RISING)
H A Dpic_openpic.c153 if (type == IST_EDGE_FALLING || type == IST_EDGE_RISING)
H A Dpic_distopenpic.c191 if (type == IST_EDGE_FALLING || type == IST_EDGE_RISING)
H A Dintr.c171 case IST_EDGE_FALLING:
332 [IST_EDGE_FALLING] = "falling edge triggered",
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dnbppcic.c172 return pxa2x0_gpio_intr_establish(so->irqpin, IST_EDGE_FALLING,
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dmvsocgpp.c314 case IST_EDGE_FALLING:
330 case IST_EDGE_FALLING:
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dscoop_pcic.c277 return (pxa2x0_gpio_intr_establish(so->irqpin, IST_EDGE_FALLING,
H A Dztp.c261 IST_EDGE_FALLING, IPL_TTY, ztp_irq, sc);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dgb225.c164 IST_EDGE_FALLING, opio_intr, sc);
H A Dgb225_pcic.c361 return obio_intr_establish(bsc, irq, level, IST_EDGE_FALLING,
H A Dobio.c254 sc->sc_ih = pxa2x0_gpio_intr_establish(0, IST_EDGE_FALLING, sc->sc_ipl,
H A Dg42xxeb_kmkbd.c218 IST_EDGE_FALLING, kmkbd_intr, (void *)sc);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/imx31/
H A Dimx31lk_pcic.c270 return (imx_gpio_intr_establish(so->irqpin, IST_EDGE_FALLING,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dobio.c278 sc->sc_ih = pxa2x0_gpio_intr_establish(0, IST_EDGE_FALLING, sc->sc_ipl,
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_icu.c213 case IST_EDGE_FALLING: sc->sc_edge_falling_mask |= irq_mask; break;
H A Dgemini_lpchc.c174 isedge = ((type == IST_EDGE_RISING) || (type == IST_EDGE_FALLING));
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx31_gpio.c166 (GPIO_ICR_EDGE_FALLING << (2*IST_EDGE_FALLING)))
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c217 case IST_EDGE_FALLING:
257 case IST_EDGE_FALLING:
648 case IST_EDGE_FALLING:

Completed in 224 milliseconds

12