Searched refs:PIO_ODR (Results 1 – 3 of 3) sorted by relevance
20 #define PIO_ODR 0x14 /* Output Disable Register */ macro
705 writel_relaxed(mask, pio + (input ? PIO_ODR : PIO_OER)); in at91_mux_gpio_enable()1319 writel_relaxed(mask, pio + PIO_ODR); in at91_gpio_direction_input()
18 #define PIO_ODR 0x0014 macro