Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.h28 #define PIO_ISR 0x4c /* Interrupt Status Register */ macro
H A Dpinctrl-at91.c1703 isr = readl_relaxed(pio + PIO_ISR) & readl_relaxed(pio + PIO_IMR); in gpio_irq_handler()