Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.c1446 u32 pdsr; in at91_gpio_get() local
1448 pdsr = readl_relaxed(pio + PIO_PDSR); in at91_gpio_get()
1449 return (pdsr & mask) != 0; in at91_gpio_get()