Home
last modified time | relevance | path

Searched refs:IXP425_INT_GPIOMASK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/arm/xscale/
Dixp425_intr.c425 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist != IST_LEVEL) { in ixp425_intr_dispatch()
438 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist == IST_LEVEL) { in ixp425_intr_dispatch()
Dixp425reg.h236 #define IXP425_INT_GPIOMASK (0x3ff800c0u) macro