Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-at91.h15 #define PIO_OER 0x10 /* Output Enable Register */ macro
Dpinctrl-at91.c408 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()