Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-at91.h38 #define PIO_PUSR 0x68 /* Pull-up Status Register */ macro
Dpinctrl-at91.c370 return !((readl_relaxed(pio + PIO_PUSR) >> pin) & 0x1); in at91_mux_get_pullup()