Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.h47 #define PIO_PPDSR 0x98 /* Pad Pull-down Status Register */ macro
H A Dpinctrl-at91.c554 return !((readl_relaxed(pio + PIO_PPDSR) >> pin) & 0x1); in at91_mux_pio3_get_pulldown()