Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-at91.h19 #define PIO_OER 0x10 /* Output Enable Register */ macro
Dpinctrl-at91.c705 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()
/linux-4.1.27/arch/avr32/mach-at32ap/
Dpio.h17 #define PIO_OER 0x0010 macro