Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-at91.h17 #define PIO_OSR 0x18 /* Output Status Register */ macro
Dpinctrl-at91.c424 return (readl_relaxed(pio + PIO_OSR) >> pin) & 0x1; in at91_mux_get_output()
1438 osr = readl_relaxed(pio + PIO_OSR); in at91_gpio_get_direction()
1522 readl_relaxed(pio + PIO_OSR) & mask ? in at91_gpio_dbg_show()