Home
last modified time | relevance | path

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

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