Home
last modified time | relevance | path

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

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