Home
last modified time | relevance | path

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

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