Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-at91.h42 #define PIO_IFSCSR 0x88 /* Input Filter Slow Clock Status Register */ macro
Dpinctrl-at91.c521 return !((readl_relaxed(pio + PIO_IFSCSR) >> pin) & 0x1); in at91_mux_pio3_get_deglitch()
538 ((readl_relaxed(pio + PIO_IFSCSR) >> pin) & 0x1); in at91_mux_pio3_get_debounce()