Searched refs:PIO_ODR (Results 1 – 2 of 2) sorted by relevance
16 #define PIO_ODR 0x14 /* Output Disable Register */ macro
431 writel_relaxed(mask, pio + (is_on ? PIO_OER : PIO_ODR)); in at91_mux_set_output()839 writel_relaxed(mask, pio + (input ? PIO_ODR : PIO_OER)); in at91_mux_gpio_enable()1451 writel_relaxed(mask, pio + PIO_ODR); in at91_gpio_direction_input()