Searched refs:PIO_OER (Results 1 – 3 of 3) sorted by relevance
19 #define PIO_OER 0x10 /* Output Enable Register */ macro
705 writel_relaxed(mask, pio + (input ? PIO_ODR : PIO_OER)); in at91_mux_gpio_enable()1352 writel_relaxed(mask, pio + PIO_OER); in at91_gpio_direction_output()
17 #define PIO_OER 0x0010 macro