Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.h17 #define PIO_OSR 0x18 /* Output Status Register */ macro
H A Dpinctrl-at91.c425 return (readl_relaxed(pio + PIO_OSR) >> pin) & 0x1; in at91_mux_get_output()
1428 osr = readl_relaxed(pio + PIO_OSR); in at91_gpio_get_direction()
1512 readl_relaxed(pio + PIO_OSR) & mask ? in at91_gpio_dbg_show()