Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/
Dpinctrl-at91.h20 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */ macro
Dpinctrl-at91.c511 return (readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1; in at91_mux_get_deglitch()
521 if ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1) in at91_mux_pio3_get_deglitch()
538 return ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1) && in at91_mux_pio3_get_debounce()