Searched refs:PIO_OSR (Results 1 – 2 of 2) sorted by relevance
21 #define PIO_OSR 0x18 /* Output Status Register */ macro
385 return (readl_relaxed(pio + PIO_OSR) >> pin) & 0x1; in at91_mux_get_output()1308 osr = readl_relaxed(pio + PIO_OSR); in at91_gpio_get_direction()1392 readl_relaxed(pio + PIO_OSR) & mask ? in at91_gpio_dbg_show()