Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-at91.h16 #define PIO_ODR 0x14 /* Output Disable 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()
1426 writel_relaxed(mask, pio + PIO_ODR); in at91_gpio_direction_input()