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

/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-at91.h24 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */ macro
H A Dpinctrl-at91.c457 return (readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1; at91_mux_get_deglitch()
467 if ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1) at91_mux_pio3_get_deglitch()
484 return ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1) && at91_mux_pio3_get_debounce()
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dpio.h22 #define PIO_IFSR 0x0028 macro

Completed in 57 milliseconds