Home
last modified time | relevance | path

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

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