Searched refs:FDT_INTR_EDGE_FALLING (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/fdt/
H A Dfdt_intr.h37 #define FDT_INTR_EDGE_FALLING 2 macro
40 #define FDT_INTR_LOW_MASK (FDT_INTR_EDGE_FALLING | FDT_INTR_LEVEL_LOW)
41 #define FDT_INTR_EDGE_MASK (FDT_INTR_EDGE_RISING | FDT_INTR_EDGE_FALLING)
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_nmi.c186 case FDT_INTR_EDGE_FALLING:
/freebsd-12-stable/sys/arm64/arm64/
H A Dgic_v3.c532 case FDT_INTR_EDGE_FALLING:

Completed in 67 milliseconds