Searched refs:PIO_OER (Results 1 – 2 of 2) sorted by relevance
15 #define PIO_OER 0x10 /* Output Enable Register */ macro
408 writel_relaxed(mask, pio + (is_on ? PIO_OER : PIO_ODR)); in at91_mux_set_output()817 writel_relaxed(mask, pio + (input ? PIO_ODR : PIO_OER)); in at91_mux_gpio_enable()1474 writel_relaxed(mask, pio + PIO_OER); in at91_gpio_direction_output()