Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.h23 #define PIO_ODSR 0x38 /* Output Data Status Register */ macro
H A Dpinctrl-at91.c423 *val = (readl_relaxed(pio + PIO_ODSR) >> pin) & 0x1; in at91_mux_get_output()