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

/linux-master/drivers/pinctrl/
H A Dpinctrl-at91.h20 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */ macro
H A Dpinctrl-at91.c510 return (readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1;
520 if ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1)
537 return ((readl_relaxed(pio + PIO_IFSR) >> pin) & 0x1) &&

Completed in 145 milliseconds