Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-at91/include/mach/
Dat91_pio.h63 #define PIO_ELSR 0xc8 /* Edge/Level Status Register */ macro
/linux-3.4.99/arch/arm/mach-at91/
Dgpio.c635 if (__raw_readl(pio + PIO_ELSR) & mask) { in gpio_printf()